No point in showing the various DRAM options (right in the top-level
menu for 'Device Drivers') for i.MX8M when configured for a different
architecture.  This wraps an 'if ARCH_IMX8M' around these.

Signed-off-by: Philipp Tomsich <philipp.toms...@theobroma-systems.com>
---

 drivers/ddr/imx/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/ddr/imx/Kconfig b/drivers/ddr/imx/Kconfig
index 7e06fb2..09a35e5 100644
--- a/drivers/ddr/imx/Kconfig
+++ b/drivers/ddr/imx/Kconfig
@@ -1 +1,3 @@
+if ARCH_IMX8M
 source "drivers/ddr/imx/imx8m/Kconfig"
+endif
-- 
2.1.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to