projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d32273b
)
ddr: imx8m: hide i.MX8M DDR options from device driver entry
author
Peng Fan
<peng.fan@nxp.com>
Mon, 22 Apr 2019 10:41:28 +0000
(10:41 +0000)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 25 Apr 2019 17:20:04 +0000
(19:20 +0200)
Use one menu to hide the several i.MX8M DDR options from device
driver entry.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/ddr/imx/imx8m/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/ddr/imx/imx8m/Kconfig
b/drivers/ddr/imx/imx8m/Kconfig
index 71f466f5ec3232d715e1844f14cbdd121848e334..a83b0f43d7883460e2100245635f24b0019f52d4 100644
(file)
--- 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