Kconfig 762 B

12345678910111213141516171819202122232425
  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. config TI_GPMC
  16. tristate "Texas Instruments GPMC bus driver"
  17. depends on ARCH_KEYSTONE
  18. help
  19. This driver is for the GPMC module availableon certain TI keystone
  20. and OMAP generation SoCs.
  21. endmenu