aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/dmp/vortex86ex/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/dmp/vortex86ex/Kconfig')
-rw-r--r--src/cpu/dmp/vortex86ex/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cpu/dmp/vortex86ex/Kconfig b/src/cpu/dmp/vortex86ex/Kconfig
index aea8889ec6..a7253e5515 100644
--- a/src/cpu/dmp/vortex86ex/Kconfig
+++ b/src/cpu/dmp/vortex86ex/Kconfig
@@ -19,5 +19,7 @@
config CPU_DMP_VORTEX86EX
bool
- select ARCH_X86
+ select ARCH_BOOTBLOCK_X86_32
+ select ARCH_ROMSTAGE_X86_32
+ select ARCH_RAMSTAGE_X86_32
select UDELAY_TSC