blob: 4fbb5aa2173b8c547568bdf2bcddf7fca54dc676 [file] [log] [blame]
Lokesh Vutla8f695232016-04-13 09:50:59 +05301#
2# Memory devices
3#
4
5menu "Memory Controller drivers"
6
7config TI_AEMIF
8 tristate "Texas Instruments AEMIF driver"
9 depends on ARCH_KEYSTONE
10 help
11 This driver is for the AEMIF module available in Texas Instruments
12 SoCs. AEMIF stands for Asynchronous External Memory Interface and
13 is intended to provide a glue-less interface to a variety of
14 asynchronuous memory devices like ASRAM, NOR and NAND memory. A total
15 of 256M bytes of any of these memories can be accessed at a given
16 time via four chip selects with 64M byte access per chip select.
17
18endmenu