diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7812f21f36..c71849e9ed 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -267,6 +267,7 @@ config ARCH_OMAP2 bool select CPU_V7 select SUPPORT_SPL + imply FIT config ARM64_SUPPORT_AARCH32 bool "ARM64 system support AArch32 execution state" @@ -613,6 +614,7 @@ config ARCH_KEYSTONE select SUPPORT_SPL select SYS_THUMB_BUILD select CMD_POWEROFF + imply FIT config ARCH_MESON bool "Amlogic Meson" |