summaryrefslogtreecommitdiff
path: root/drivers/ddr/imx8m/Kconfig
diff options
context:
space:
mode:
authorJacky Bai <ping.bai@nxp.com>2019-05-15 20:31:41 +0800
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-11-27 17:40:45 +0100
commitb37332afc351d78ea88aab088619a3d01a7fb111 (patch)
tree90dec8f188e718d88a4d53ab73cc0b36de44a6dd /drivers/ddr/imx8m/Kconfig
parent0b6a71af77db3f42b5ac414c8a3ea84af9195fa4 (diff)
MLK-21745-01 driver: ddr: Refine the ddr init driver on imx8m
Refine the ddr init driver to make it more reusable for different DDR type(LPDDR4, DDR4 & DDR3L). So we can reduce some redundant code. Signed-off-by: Jacky Bai <ping.bai@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 3c0b1b346a891fef7a81856e3ee9019e2b81602d)
Diffstat (limited to 'drivers/ddr/imx8m/Kconfig')
-rw-r--r--drivers/ddr/imx8m/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ddr/imx8m/Kconfig b/drivers/ddr/imx8m/Kconfig
index 71f466f5ec..6b8d712d83 100644
--- a/drivers/ddr/imx8m/Kconfig
+++ b/drivers/ddr/imx8m/Kconfig
@@ -13,6 +13,12 @@ config IMX8M_DDR4
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