1#
2# Memory devices
3#
4
5menu "Memory Controller drivers"
6
7config STM32_FMC2_EBI
8	bool "Support for FMC2 External Bus Interface on STM32MP SoCs"
9	depends on ARCH_STM32MP
10	help
11	  Select this option to enable the STM32 FMC2 External Bus Interface
12	  controller. This driver configures the transactions with external
13	  devices (like SRAM, ethernet adapters, FPGAs, LCD displays, ...) on
14	  SOCs containing the FMC2 External Bus Interface.
15
16config TI_AEMIF
17	tristate "Texas Instruments AEMIF driver"
18	depends on ARCH_KEYSTONE
19	help
20	  This driver is for the AEMIF module available in Texas Instruments
21	  SoCs. AEMIF stands for Asynchronous External Memory Interface and
22	  is intended to provide a glue-less interface to a variety of
23	  asynchronuous memory devices like ASRAM, NOR and NAND memory. A total
24	  of 256M bytes of any of these memories can be accessed at a given
25	  time via four chip selects with 64M byte access per chip select.
26
27endmenu
28