From a56c1d98d8d56a34ca1226e15fe05b75cd9b3686 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Fri, 23 Mar 2018 01:59:21 -0700 Subject: [PATCH] MLK-18143 mx6: Add CONFIG_MX6QP kconfig Since i.MX6QP is a variant of i.MX6Q, the CONFIG_MX6QP will select CONFIG_MX6Q. Users can use is_mx6dqp to distinguish them at runtime. The reason to add this kconfig is plugin mode will use this configuration. Signed-off-by: Ye Li --- arch/arm/mach-imx/mx6/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index bec5c6c830..029660b9bb 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -29,6 +29,10 @@ config MX6Q select MX6_SMP bool +config MX6QP + select MX6Q + bool + config MX6QDL select HAS_CAAM select MX6_SMP