diff options
author | Peng Fan <peng.fan@nxp.com> | 2019-04-22 10:41:28 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-25 19:20:04 +0200 |
commit | 5e479ccdf104c131537cebf6345729f30864ac8f (patch) | |
tree | 6061e54cec310f1d7778065af05480bb228dcb14 /drivers/ddr/imx | |
parent | d32273b91c64ad7704bd2bf3dcccf04f7220fe87 (diff) |
ddr: imx8m: hide i.MX8M DDR options from device driver entry
Use one menu to hide the several i.MX8M DDR options from device
driver entry.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/ddr/imx')
-rw-r--r-- | drivers/ddr/imx/imx8m/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ddr/imx/imx8m/Kconfig b/drivers/ddr/imx/imx8m/Kconfig index 71f466f5ec..a83b0f43d7 100644 --- a/drivers/ddr/imx/imx8m/Kconfig +++ b/drivers/ddr/imx/imx8m/Kconfig @@ -1,3 +1,6 @@ +menu "i.MX8M DDR controllers" + depends on ARCH_IMX8M + config IMX8M_DRAM bool "imx8m dram" @@ -20,3 +23,4 @@ config SAVED_DRAM_TIMING_BASE info into memory for low power use. OCRAM_S is used for this purpose on i.MX8MM. default 0x180000 +endmenu |