Kconfig 569 B

123456789101112131415161718
  1. #
  2. # Memory devices
  3. #
  4. menu "Memory Controller drivers"
  5. config TI_AEMIF
  6. tristate "Texas Instruments AEMIF driver"
  7. depends on ARCH_KEYSTONE
  8. help
  9. This driver is for the AEMIF module available in Texas Instruments
  10. SoCs. AEMIF stands for Asynchronous External Memory Interface and
  11. is intended to provide a glue-less interface to a variety of
  12. asynchronuous memory devices like ASRAM, NOR and NAND memory. A total
  13. of 256M bytes of any of these memories can be accessed at a given
  14. time via four chip selects with 64M byte access per chip select.
  15. endmenu