Attention is currently required from: Martin Roth, Stefan Reinauer. Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55145 )
Change subject: payloads/tianocore: Restrict bootsplash option to UEFIPAYLOAD ......................................................................
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 matt.devillier@gmail.com --- M payloads/external/tianocore/Kconfig 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/55145/1
diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index 68016aa..6499127 100644 --- a/payloads/external/tianocore/Kconfig +++ b/payloads/external/tianocore/Kconfig @@ -62,8 +62,6 @@ You may want to increase the default cbmem buffer size when selecting this option, especially if using a debug (vs release) build.
-endif - config TIANOCORE_BOOTSPLASH_IMAGE bool "Use a custom bootsplash image" help @@ -83,6 +81,8 @@ 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