aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 23:07:36 -0500
committerTom Rini <trini@konsulko.com>2022-03-18 12:48:18 -0400
commitcb81640011270dae6346979ef36264a72cf3b565 (patch)
tree9d7a60914a55c4ac4b025191ff86d0559a529360 /arch/arm/mach-at91
parent5644f3b19d6e1eb7ef0addeefa94f44eda48f209 (diff)
downloadu-boot-cb81640011270dae6346979ef36264a72cf3b565.zip
u-boot-cb81640011270dae6346979ef36264a72cf3b565.tar.gz
u-boot-cb81640011270dae6346979ef36264a72cf3b565.tar.bz2
Convert CONFIG_ATMEL_LEGACY to Kconfig
This converts the following to Kconfig: CONFIG_ATMEL_LEGACY Cc: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 79fe87c..fc193b9 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -315,6 +315,9 @@ config AT91_GPIO_PULLUP
bool "Keep pullups on peripheral pins"
depends on CPU_ARM926EJS
+config ATMEL_LEGACY
+ bool "Legacy GPIO support"
+
source "board/atmel/at91sam9260ek/Kconfig"
source "board/atmel/at91sam9261ek/Kconfig"
source "board/atmel/at91sam9263ek/Kconfig"