summaryrefslogtreecommitdiff
path: root/src/cpu/armltd/cortex-a9/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/armltd/cortex-a9/Kconfig')
-rw-r--r--src/cpu/armltd/cortex-a9/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cpu/armltd/cortex-a9/Kconfig b/src/cpu/armltd/cortex-a9/Kconfig
index 0c8fadafc2..c4568473ad 100644
--- a/src/cpu/armltd/cortex-a9/Kconfig
+++ b/src/cpu/armltd/cortex-a9/Kconfig
@@ -1,6 +1,8 @@
config CPU_ARMLTD_CORTEX_A9
bool
- select ARCH_ARMV7
+ select ARCH_BOOTBLOCK_ARMV7
+ select ARCH_ROMSTAGE_ARMV7
+ select ARCH_RAMSTAGE_ARMV7
default n
if CPU_ARMLTD_CORTEX_A9