Commit ed4a4a9d1c695f8fafd31e92059b9d3e8e696708

Authored by Ye Li
1 parent 2172f72bfd

MLK-14445-1 mx7ulp: Add CONFIG_MX7ULP to kconfig

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>
(cherry picked from commit a4d958d120d29f6f79e9023715a42bac582f4c76)

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

arch/arm/mach-imx/mx7ulp/Kconfig
... ... @@ -9,12 +9,16 @@
9 9 Select this to bind a ULP M4 image to final u-boot image
10 10 User needs put the M4 image ulp_m4.bin under u-boot directory
11 11  
  12 +config MX7ULP
  13 + bool
  14 +
12 15 choice
13 16 prompt "MX7ULP board select"
14 17 optional
15 18  
16 19 config TARGET_MX7ULP_EVK
17 20 bool "Support mx7ulp EVK board"
  21 + select MX7ULP
18 22  
19 23 endchoice
20 24