summaryrefslogtreecommitdiff
path: root/drivers/ddr/imx/imx8m/Kconfig
blob: 8a1156c0fe6e622161707a49eab087e9fc94d85e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
menu "i.MX8M DDR controllers"
	depends on ARCH_IMX8M

config IMX8M_DRAM
	bool "imx8m dram"

config IMX8M_LPDDR4
	bool "imx8m lpddr4"
	select IMX8M_DRAM
	help
	  Select the i.MX8M LPDDR4 driver support on i.MX8M SOC.

config IMX8M_4G_LPDDR4
	bool "imx8m 4GB LPDDR4"

config IMX8M_DDR4
	bool "imx8m ddr4"
	select IMX8M_DRAM
	help
	  Select the i.MX8M DDR4 driver support on i.MX8M SOC.

config IMX8M_DDR3L
	bool "imx8m ddr3l"
	select IMX8M_DRAM
	help
	  Select the i.MX8M DDR3L driver support on i.MX8M SOC.

config SAVED_DRAM_TIMING_BASE
	hex "Define the base address for saved dram timing"
	help
	  after DRAM is trained, need to save the dram related timming
	  info into memory for low power use. OCRAM_S is used for this
	  purpose on i.MX8MM.
	default 0x180000

config IMX8M_DRAM_INLINE_ECC
	bool "imx8mp inline ECC"
	depends on IMX8MP
	help
	  Select this config if you want to use inline ecc feature for
	  imx8mp-evk board.
endmenu