From 3469378a1750013869ccebba2e85258fad5c0182 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 2 Jun 2021 15:24:00 -0500 Subject: payloads/tianocore: Restrict bootsplash option to UEFIPAYLOAD The custom bootsplash option only functions when using the UEFIPAYLOAD payload option, so restrict visibility to when that option is selected. Change-Id: If5fe46b629e5275da54a5e86465a68271110397b Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/55145 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Angel Pons --- payloads/external/tianocore/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'payloads/external') diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index 9a331a3f03..cb3ff5dca5 100644 --- a/payloads/external/tianocore/Kconfig +++ b/payloads/external/tianocore/Kconfig @@ -63,8 +63,6 @@ config TIANOCORE_CBMEM_LOGGING this option, especially if using a debug (vs release) build. Selecting this option will increase the payload size in CBFS by ~220KB. -endif - config TIANOCORE_BOOTSPLASH_IMAGE bool "Use a custom bootsplash image" help @@ -84,6 +82,8 @@ config TIANOCORE_BOOTSPLASH_FILE If an absolute path is not given, the path will assumed to be relative to the coreboot root directory. +endif + config TIANOCORE_BOOT_TIMEOUT int default 2 -- cgit v1.2.3