xref: /openbmc/u-boot/drivers/memory/Kconfig (revision 83d290c5)
1#
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
19