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/Kconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 5d74d671b2..72d826f43f 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -32,8 +32,13 @@ config LOCALVERSION the coreboot version number, so that you can easily distinguish boot logs of different boards from each other. +config CONFIGURABLE_CBFS_PREFIX + bool + help + Select this to prompt to use to configure the prefix for cbfs files. + config CBFS_PREFIX - string "CBFS prefix to use" + string "CBFS prefix to use" if CONFIGURABLE_CBFS_PREFIX default "fallback" help Select the prefix to all files put into the image. It's "fallback" -- cgit v1.2.3