diff options
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 6a25daeed2..1003376dee 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -6,19 +6,18 @@ config ARCH_X86 select RELOCATABLE_MODULES select HAVE_ASAN_IN_RAMSTAGE +if ARCH_X86 + # stage selectors for x86 config ARCH_BOOTBLOCK_X86_32 bool - select ARCH_X86 config ARCH_VERSTAGE_X86_32 bool - select ARCH_X86 config ARCH_ROMSTAGE_X86_32 bool - select ARCH_X86 config ARCH_POSTCAR_X86_32 bool @@ -26,7 +25,6 @@ config ARCH_POSTCAR_X86_32 config ARCH_RAMSTAGE_X86_32 bool - select ARCH_X86 config ARCH_ALL_STAGES_X86_32 bool @@ -39,15 +37,12 @@ config ARCH_ALL_STAGES_X86_32 config ARCH_BOOTBLOCK_X86_64 bool - select ARCH_X86 config ARCH_VERSTAGE_X86_64 bool - select ARCH_X86 config ARCH_ROMSTAGE_X86_64 bool - select ARCH_X86 config ARCH_POSTCAR_X86_64 bool @@ -55,7 +50,6 @@ config ARCH_POSTCAR_X86_64 config ARCH_RAMSTAGE_X86_64 bool - select ARCH_X86 config ARCH_ALL_STAGES_X86_64 bool @@ -64,8 +58,6 @@ config ARCH_ALL_STAGES_X86_64 select ARCH_ROMSTAGE_X86_64 select ARCH_RAMSTAGE_X86_64 -if ARCH_X86 - config ARCH_X86_64_PGTBL_LOC hex "x86_64 page table location in CBFS" depends on ARCH_BOOTBLOCK_X86_64 |