xref: /openbmc/u-boot/drivers/memory/Kconfig (revision f4c6f933)
1*8f695232SLokesh Vutla#
2*8f695232SLokesh Vutla# Memory devices
3*8f695232SLokesh Vutla#
4*8f695232SLokesh Vutla
5*8f695232SLokesh Vutlamenu "Memory Controller drivers"
6*8f695232SLokesh Vutla
7*8f695232SLokesh Vutlaconfig TI_AEMIF
8*8f695232SLokesh Vutla	tristate "Texas Instruments AEMIF driver"
9*8f695232SLokesh Vutla	depends on ARCH_KEYSTONE
10*8f695232SLokesh Vutla	help
11*8f695232SLokesh Vutla	  This driver is for the AEMIF module available in Texas Instruments
12*8f695232SLokesh Vutla	  SoCs. AEMIF stands for Asynchronous External Memory Interface and
13*8f695232SLokesh Vutla	  is intended to provide a glue-less interface to a variety of
14*8f695232SLokesh Vutla	  asynchronuous memory devices like ASRAM, NOR and NAND memory. A total
15*8f695232SLokesh Vutla	  of 256M bytes of any of these memories can be accessed at a given
16*8f695232SLokesh Vutla	  time via four chip selects with 64M byte access per chip select.
17*8f695232SLokesh Vutla
18*8f695232SLokesh Vutlaendmenu
19