diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2021-06-02 15:24:00 -0500 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-06-07 05:06:01 +0000 |
commit | 3469378a1750013869ccebba2e85258fad5c0182 (patch) | |
tree | 7cc12a65e77db0601a540f6da818e072b6815eda /payloads/external | |
parent | ba7f116728192eb6e2993454e38b918f73e9872e (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55145
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'payloads/external')
-rw-r--r-- | payloads/external/tianocore/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
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 |