aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 23:07:35 -0500
committerTom Rini <trini@konsulko.com>2022-03-18 12:48:18 -0400
commit5644f3b19d6e1eb7ef0addeefa94f44eda48f209 (patch)
treee12f17f7c39727c0c4062ffb6fb9057c939d1ece /arch/arm/mach-at91
parentb601906ed5d83ccfc2ab300d3949937af0d58861 (diff)
downloadu-boot-5644f3b19d6e1eb7ef0addeefa94f44eda48f209.zip
u-boot-5644f3b19d6e1eb7ef0addeefa94f44eda48f209.tar.gz
u-boot-5644f3b19d6e1eb7ef0addeefa94f44eda48f209.tar.bz2
Convert CONFIG_AT91_GPIO_PULLUP to Kconfig
This converts the following to Kconfig: CONFIG_AT91_GPIO_PULLUP 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/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index e99b906..79fe87c 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -311,6 +311,10 @@ config AT91_EFLASH
Enable the driver for the embedded flash used in the Atmel
AT91SAM9XE devices.
+config AT91_GPIO_PULLUP
+ bool "Keep pullups on peripheral pins"
+ depends on CPU_ARM926EJS
+
source "board/atmel/at91sam9260ek/Kconfig"
source "board/atmel/at91sam9261ek/Kconfig"
source "board/atmel/at91sam9263ek/Kconfig"