summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-05 11:53:10 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-05 15:07:02 +0800
commite554bfa6ce00f47f881af32e2f459f6f8f9eb0dd (patch)
treec5d5cb8786d0141b18e710c6a356de17bb3a67d5 /drivers/gpio/Kconfig
parent695b8b49f5c2fa8f2ea48d2a32dbd34292e3c557 (diff)
downloadbarebox-e554bfa6ce00f47f881af32e2f459f6f8f9eb0dd.tar.gz
barebox-e554bfa6ce00f47f881af32e2f459f6f8f9eb0dd.tar.xz
gpio: add ARM Primcell pl061 support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index f03fbf6925..a0e9b58a9e 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -6,6 +6,12 @@ if GPIOLIB
menu "GPIO "
+config GPIO_PL061
+ bool "PrimeCell PL061 GPIO support"
+ depends on ARM_AMBA
+ help
+ Say yes here to support the PrimeCell PL061 GPIO device
+
config GPIO_STMPE
depends on I2C_STMPE
bool "STMPE GPIO Expander"