diff options
author | Tony Lindgren <tony@atomide.com> | 2014-11-20 09:13:42 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-28 12:54:39 -0800 |
commit | 186401937927426f85a28bd798e82ca18e4e5549 (patch) | |
tree | c7d392c85bbf5fdb055389ddd4faf704b8457a6b /drivers/memory/Kconfig | |
parent | a86128093845e1947454c68040d69259c805f882 (diff) | |
download | linux-186401937927426f85a28bd798e82ca18e4e5549.tar.gz linux-186401937927426f85a28bd798e82ca18e4e5549.tar.xz |
memory: gpmc: Move omap gpmc code to live under drivers
Just move to drivers as further clean-up can now happen there
finally.
Let's also add Roger and me to the MAINTAINERS so we get
notified for any patches related to GPMC.
Cc: Arnd Bergmann <arnd@arndb.de>
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/memory/Kconfig')
-rw-r--r-- | drivers/memory/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 6d91c27fd4c8..6759de7ce209 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -41,6 +41,14 @@ config TI_EMIF parameters and other settings during frequency, voltage and temperature changes +config OMAP_GPMC + bool + help + This driver is for the General Purpose Memory Controller (GPMC) + present on Texas Instruments SoCs (e.g. OMAP2+). GPMC allows + interfacing to a variety of asynchronous as well as synchronous + memory drives like NOR, NAND, OneNAND, SRAM. + config MVEBU_DEVBUS bool "Marvell EBU Device Bus Controller" default y |