diff options
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 5b1304fedb..06aadedae6 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -239,9 +239,11 @@ config ROMSTAGE_DEBUG_SPINLOOP Add a spin (JMP .) in assembly_entry.S during early romstage to wait for a JTAG debugger to break into the execution sequence. +# Selecting a cbfs prefix from the bootblock is only implemented with romcc choice prompt "Bootblock behaviour" default BOOTBLOCK_SIMPLE + depends on !C_ENVIRONMENT_BOOTBLOCK config BOOTBLOCK_SIMPLE bool "Always load fallback" |