Kconfig 558 B

1234567891011121314151617
  1. config TEGRA_MC
  2. bool "NVIDIA Tegra Memory Controller support"
  3. default y
  4. depends on ARCH_TEGRA
  5. help
  6. This driver supports the Memory Controller (MC) hardware found on
  7. NVIDIA Tegra SoCs.
  8. config TEGRA124_EMC
  9. bool "NVIDIA Tegra124 External Memory Controller driver"
  10. default y
  11. depends on TEGRA_MC && ARCH_TEGRA_124_SOC
  12. help
  13. This driver is for the External Memory Controller (EMC) found on
  14. Tegra124 chips. The EMC controls the external DRAM on the board.
  15. This driver is required to change memory timings / clock rate for
  16. external memory.