diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index b545add8df..c85e36a8ea 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -17,6 +17,7 @@ config ARCH_X86 bool default n select PCI + select RELOCATABLE_MODULES # stage selectors for x86 @@ -220,7 +221,6 @@ config VERSTAGE_ADDR config POSTCAR_STAGE def_bool n select NO_CAR_GLOBAL_MIGRATION - select RELOCATABLE_MODULES config VERSTAGE_DEBUG_SPINLOOP bool |