summaryrefslogtreecommitdiffstats
path: root/drivers/memory
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2016-04-13 09:50:59 +0530
committerTom Rini <trini@konsulko.com>2016-04-18 17:11:43 -0400
commit8f69523213a2929fda1fb62fe018684444586c1b (patch)
treed5e69ab1ccec48b7efc5e93362a49e03eae7f886 /drivers/memory
parent3bfc8152b2c09d81fb00f4d3990e5dfd59682b96 (diff)
downloadblackbird-obmc-uboot-8f69523213a2929fda1fb62fe018684444586c1b.tar.gz
blackbird-obmc-uboot-8f69523213a2929fda1fb62fe018684444586c1b.zip
memory: Move TI_AEMIF config to KCONFIG
Not all Keystone2 devices has AEMIF NAND controller. So adding Kconfig entry for CONFIG_TI_AEMIF and enabling it in respective defconfigs on platforms with AEMIF controller. Reported-by: Nishanth Menon <nm@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/memory')
-rw-r--r--drivers/memory/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig
new file mode 100644
index 0000000000..4fbb5aa217
--- /dev/null
+++ b/drivers/memory/Kconfig
@@ -0,0 +1,18 @@
+#
+# Memory devices
+#
+
+menu "Memory Controller drivers"
+
+config TI_AEMIF
+ tristate "Texas Instruments AEMIF driver"
+ depends on ARCH_KEYSTONE
+ help
+ This driver is for the AEMIF module available in Texas Instruments
+ SoCs. AEMIF stands for Asynchronous External Memory Interface and
+ is intended to provide a glue-less interface to a variety of
+ asynchronuous memory devices like ASRAM, NOR and NAND memory. A total
+ of 256M bytes of any of these memories can be accessed at a given
+ time via four chip selects with 64M byte access per chip select.
+
+endmenu
OpenPOWER on IntegriCloud