Kconfig 540 B

12345678910111213141516171819202122
  1. config IMX8M_DRAM
  2. bool "imx8m dram"
  3. config IMX8M_LPDDR4
  4. bool "imx8m lpddr4"
  5. select IMX8M_DRAM
  6. help
  7. Select the i.MX8M LPDDR4 driver support on i.MX8M SOC.
  8. config IMX8M_DDR4
  9. bool "imx8m ddr4"
  10. select IMX8M_DRAM
  11. help
  12. Select the i.MX8M DDR4 driver support on i.MX8M SOC.
  13. config SAVED_DRAM_TIMING_BASE
  14. hex "Define the base address for saved dram timing"
  15. help
  16. after DRAM is trained, need to save the dram related timming
  17. info into memory for low power use. OCRAM_S is used for this
  18. purpose on i.MX8MM.
  19. default 0x180000