i.MX7ULP: Add CONFIG_MX7ULP to kconfig
authorYe Li <ye.li@nxp.com>
Mon, 22 Jul 2019 01:24:50 +0000 (01:24 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:35:16 +0000 (16:35 +0200)
Since many drivers need this CONFIG_MX7ULP to distiguish the settings
for i.MX7ULP only. Add this entry to cpu's kconfig.

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/mx7ulp/Kconfig

index d4b0299dbd1d350d1bf509d2d1b5bfb2d0de21e2..ed5f0aeb2d5ee7496651a063fe2bafadbdbc5862 100644 (file)
@@ -3,12 +3,16 @@ if ARCH_MX7ULP
 config SYS_SOC
        default "mx7ulp"
 
+config MX7ULP
+       bool
+
 choice
        prompt "MX7ULP board select"
        optional
 
 config TARGET_MX7ULP_EVK
-        bool "Support mx7ulp EVK board"
+       bool "Support mx7ulp EVK board"
+       select MX7ULP
        select SYS_ARCH_TIMER
 
 endchoice