diff options
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 827c1cba02..5b1304fedb 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -247,6 +247,7 @@ config BOOTBLOCK_SIMPLE bool "Always load fallback" config BOOTBLOCK_NORMAL + select CONFIGURABLE_CBFS_PREFIX bool "Switch to normal if CMOS says so" endchoice |