]> git.ipfire.org Git - people/ms/u-boot.git/blob - drivers/memory/Kconfig
power: pwm_regulator: remove redundant code
[people/ms/u-boot.git] / drivers / memory / Kconfig
1 #
2 # Memory devices
3 #
4
5 menu "Memory Controller drivers"
6
7 config 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
18 endmenu