From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Date: Sat, 13 Apr 2019 20:35:24 +1200 Subject: [U-Boot] [PATCH 2/2] Remove whitelist entry for CONFIG_GPIO In-Reply-To: <20190413083524.24384-1-judge.packham@gmail.com> References: <20190413083524.24384-1-judge.packham@gmail.com> Message-ID: <20190413083524.24384-2-judge.packham@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de CONFIG_GPIO does not exist. There is one hit for it in tegra_gpio.c but it is a variable name. Signed-off-by: Chris Packham --- scripts/config_whitelist.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index fa98efc24c0b..48622b12bb64 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -713,7 +713,6 @@ CONFIG_GLOBAL_TIMER CONFIG_GMII CONFIG_GOOD_SESH4 CONFIG_GPCNTRL -CONFIG_GPIO CONFIG_GPIO_ENABLE_SPI_FLASH CONFIG_GPIO_LED_INVERTED_TABLE CONFIG_GPIO_LED_STUBS -- 2.21.0