Kconfig 949 B

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