Kconfig 582 B

12345678910111213141516171819202122
  1. #
  2. # Memory devices
  3. #
  4. menuconfig MEMORY
  5. bool "Memory Controller drivers"
  6. if MEMORY
  7. config TI_EMIF
  8. tristate "Texas Instruments EMIF driver"
  9. select DDR
  10. help
  11. This driver is for the EMIF module available in Texas Instruments
  12. SoCs. EMIF is an SDRAM controller that, based on its revision,
  13. supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols.
  14. This driver takes care of only LPDDR2 memories presently. The
  15. functions of the driver includes re-configuring AC timing
  16. parameters and other settings during frequency, voltage and
  17. temperature changes
  18. endif