summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mx7ulp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-imx/mx7ulp/Kconfig')
-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