blob: a83b0f43d7883460e2100245635f24b0019f52d4 [file] [log] [blame]
Peng Fanca09d4c2019-04-22 10:41:28 +00001menu "i.MX8M DDR controllers"
2 depends on ARCH_IMX8M
3
Peng Fan692f9432018-11-20 10:19:57 +00004config IMX8M_DRAM
5 bool "imx8m dram"
6
7config IMX8M_LPDDR4
8 bool "imx8m lpddr4"
9 select IMX8M_DRAM
10 help
11 Select the i.MX8M LPDDR4 driver support on i.MX8M SOC.
12
13config IMX8M_DDR4
14 bool "imx8m ddr4"
15 select IMX8M_DRAM
16 help
17 Select the i.MX8M DDR4 driver support on i.MX8M SOC.
18
19config SAVED_DRAM_TIMING_BASE
20 hex "Define the base address for saved dram timing"
21 help
22 after DRAM is trained, need to save the dram related timming
23 info into memory for low power use. OCRAM_S is used for this
24 purpose on i.MX8MM.
25 default 0x180000
Peng Fanca09d4c2019-04-22 10:41:28 +000026endmenu