diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-06-08 11:28:52 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-06-15 17:24:44 +0000 |
commit | 6f75154656d93eebee52b046d862b3f852ce2a67 (patch) | |
tree | fdccee8ffae4b73db9c4fb5c03d44bd45dfd800c /src/arch | |
parent | 8c03542f921459008242f290304f83b51c3c1f2d (diff) |
arch/x86/Kconfig: Hide the prefix option on all but BOOTBLOCK_NORMAL
Change-Id: Icf5e8fa18bea1cdfb85b8a4999d8fccea94d16b9
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33324
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/arch')
-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 |