From 6f75154656d93eebee52b046d862b3f852ce2a67 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sat, 8 Jun 2019 11:28:52 +0200 Subject: arch/x86/Kconfig: Hide the prefix option on all but BOOTBLOCK_NORMAL Change-Id: Icf5e8fa18bea1cdfb85b8a4999d8fccea94d16b9 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/33324 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86/Kconfig') 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 -- cgit v1.2.3