xref: /rk3399_rockchip-uboot/drivers/memory/Kconfig (revision c9e40e65e1dcf19f518fa3811bb6de2bf407360f)
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