summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/Kconfig
diff options
context:
space:
mode:
authorNishanth Menon <menon.nishanth@gmail.com>2008-09-11 10:22:44 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2008-09-15 10:11:05 +0200
commite9976b7268bd8a9aed45c989bff1aba4f01e338f (patch)
tree328395f98e8c08c4cde4c66c1896e5e12bf72ca2 /arch/arm/mach-omap/Kconfig
parentaec8bdd7e5dafeb29a56de799b798072bcf3d339 (diff)
downloadbarebox-e9976b7268bd8a9aed45c989bff1aba4f01e338f.tar.gz
barebox-e9976b7268bd8a9aed45c989bff1aba4f01e338f.tar.xz
OMAP: Add GPMC NAND support
This patch adds support for a generic GPMC driver also a GPMC controller driver to allow platforms to add NAND devices generically. Signed-off-by: Nishanth Menon <x0nishan@ti.com>
Diffstat (limited to 'arch/arm/mach-omap/Kconfig')
-rw-r--r--arch/arm/mach-omap/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index e740de55e4..69f6370a8e 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -83,6 +83,16 @@ config OMAP_MALLOC_LEN
help
Say Y here if you like to have initial OMAP3 Clock configuration done from SRAM.
+config GPMC
+ prompt "Support for GPMC configuration"
+ bool
+ 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.
+
# Get the board specific configurations
source board/omap/Kconfig