summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-08-04 11:59:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-08-06 19:17:12 +0200
commitbeb66bf9c2057e878b8eb6bcd83d73cc8f8925f4 (patch)
tree1b8986ac4d811b617d7760da064739202b4c66a8 /arch/arm/mach-omap/Kconfig
parent83934e3a5953ecadb40ead58db4986d988000550 (diff)
downloadbarebox-beb66bf9c2057e878b8eb6bcd83d73cc8f8925f4.tar.gz
barebox-beb66bf9c2057e878b8eb6bcd83d73cc8f8925f4.tar.xz
arm omap: Add gpio support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap/Kconfig')
-rw-r--r--arch/arm/mach-omap/Kconfig15
1 files changed, 12 insertions, 3 deletions
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index 158639ec59..630405b1a4 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -78,9 +78,18 @@ config GPMC
depends on (ARCH_OMAP2 || ARCH_OMAP3)
default y
help
- Enable this if you use Texas Instrument's General purpose Memory
- Controller(GPMC). GPMC allows you to configure devices such as NOR,
- NAND, OneNAND etc.
+ Enable this if you use Texas Instrument's General purpose Memory
+ Controller(GPMC). GPMC allows you to configure devices such as NOR,
+ NAND, OneNAND etc.
+
+config GPIO
+ prompt "Support for GPIO configuration"
+ bool
+ select GENERIC_GPIO
+ depends on (ARCH_OMAP2 || ARCH_OMAP3)
+ default y
+ help
+ Enable this if you use Texas Instrument's General Purpose IO
# Get the board specific configurations
source arch/arm/boards/omap/Kconfig