blob: a16ddc65e01e6dbcf11ab6a6a6855bc6e2df7e42 [file] [log] [blame]
Ye Lib2cfc422022-07-26 16:41:07 +08001menu "i.MX9 DDR controllers"
2 depends on ARCH_IMX9
3
4config IMX9_DRAM
5 bool "imx9 dram"
6 select IMX_SNPS_DDR_PHY
7
8config IMX9_LPDDR4X
9 bool "imx9 lpddr4 and lpddr4x"
10 select IMX9_DRAM
11 help
12 Select the i.MX9 LPDDR4/4X driver support on i.MX9 SOC.
13
14config SAVED_DRAM_TIMING_BASE
15 hex "Define the base address for saved dram timing"
16 help
17 after DRAM is trained, need to save the dram related timming
18 info into memory for low power use.
19 default 0x204DC000
20
21endmenu