diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:04 -0400 |
commit | 348d183e546bf28f78fe0ca03b36d8f76526c10c (patch) | |
tree | 86dce37db248dd09f121e6ec9ea607632f00f6c1 /include/configs/taurus.h | |
parent | b40fa972863701dc554e2a4825c048bfc5a8d709 (diff) | |
download | u-boot-348d183e546bf28f78fe0ca03b36d8f76526c10c.tar.gz |
Convert CONFIG_AT91_GPIO to Kconfig
This converts the following to Kconfig:
CONFIG_AT91_GPIO
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/taurus.h')
-rw-r--r-- | include/configs/taurus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/taurus.h b/include/configs/taurus.h index 9990c9340a..b9b9292502 100644 --- a/include/configs/taurus.h +++ b/include/configs/taurus.h @@ -41,7 +41,6 @@ /* general purpose I/O */ #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ -#define CONFIG_AT91_GPIO #define CONFIG_AT91_GPIO_PULLUP 1 /* keep pullups on peripheral pins */ #define CONFIG_USART_BASE ATMEL_BASE_DBGU |