From 06831b496372823dcf3c8000ee49247c6072d275 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Wed, 9 May 2018 10:55:02 +0800 Subject: [PATCH] MLK-18243-1 arm: Kconfig: Add i.MX8MM Kconfig entry i.MX8MM is one variant of i.MX8M, so add IMX8MM entry and change the previous i.MX8MQ boards to select IMX8MQ. Signed-off-by: Peng Fan (cherry picked from commit f20e63c5e16fe84ece2686c7c16e2ba2f2862378) (cherry picked from commit b4cd0b4267ec25d6d929df9f278cc248e6ecb133) --- arch/arm/mach-imx/imx8m/Kconfig | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index 5f5ee2387f..b49b34a6b7 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig @@ -8,23 +8,31 @@ config IMX8M config SYS_SOC default "imx8m" +config IMX8MQ + bool + select IMX8M + +config IMX8MM + bool + select IMX8M + choice prompt "NXP i.MX8M board select" optional config TARGET_IMX8MQ_EVK bool "imx8mq_evk" - select IMX8M + select IMX8MQ select IMX8M_LPDDR4 config TARGET_IMX8MQ_DDR3L_ARM2 bool "imx8mq_ddr3l_arm2" - select IMX8M + select IMX8MQ select SUPPORT_SPL config TARGET_IMX8MQ_DDR4_ARM2 bool "imx8mq_ddr4_arm2" - select IMX8M + select IMX8MQ select SUPPORT_SPL endchoice -- 2.17.1