summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-09-24 19:35:14 -0700
committerYe Li <ye.li@nxp.com>2018-09-29 00:35:23 -0700
commita461844b640488ddde954d492c74abb5e30738d1 (patch)
tree3d49c2cb5d066a22aa516b4751745c95ef96a063 /arch
parenta0778ac9b2bbea342062dac95ab86e52de463d70 (diff)
MLK-19690 mx7ulp: Fix issue in selecting BOARD_LATE_INIT configuration
The BOARD_LATE_INIT config does not have input prompt, so we can't configure it to Y in defconfig. Modify the Kconfig in mx7ulp to select the BOARD_LATE_INIT when the boards are used. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 0f3667ddd4dae02d0d309fe68df26979d9e3c432)
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/mx7ulp/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mx7ulp/Kconfig b/arch/arm/mach-imx/mx7ulp/Kconfig
index 20c32acfe6..600ce3b70c 100644
--- a/arch/arm/mach-imx/mx7ulp/Kconfig
+++ b/arch/arm/mach-imx/mx7ulp/Kconfig
@@ -19,14 +19,17 @@ choice
config TARGET_MX7ULP_10X10_ARM2
bool "Support mx7ulp 10x10 validation board"
+ select BOARD_LATE_INIT
select MX7ULP
config TARGET_MX7ULP_14X14_ARM2
bool "Support mx7ulp 14x14 validation board"
+ select BOARD_LATE_INIT
select MX7ULP
config TARGET_MX7ULP_EVK
- bool "Support mx7ulp EVK board"
+ bool "Support mx7ulp EVK board"
+ select BOARD_LATE_INIT
select MX7ULP
endchoice