diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-02-10 09:21:50 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-24 00:29:44 +0000 |
commit | 3f3a3eeca75c338455e2e4564955c480293ab61c (patch) | |
tree | 394b51263ccc16df84cbf582864e7eac4cb4ebf1 /payloads/external/tianocore/Kconfig | |
parent | 4600c253464a2c7284b234bdceec0bbecec55ba5 (diff) |
payloads/tianocore: Add option for to prioritize internal devices
Add TIANOCORE_PRIORITIZE_INTERNAL which, when enabled, will build edk2
with boot from internal devices before external devices.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ib1f73c8f3f2f2376cdc197b58d259446dc5f0138
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61797
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'payloads/external/tianocore/Kconfig')
-rw-r--r-- | payloads/external/tianocore/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index e1beedb361..4d52994dd5 100644 --- a/payloads/external/tianocore/Kconfig +++ b/payloads/external/tianocore/Kconfig @@ -156,6 +156,12 @@ config TIANOCORE_HAVE_EFI_SHELL help Include the EFI shell Binary +config TIANOCORE_PRIORITIZE_INTERNAL + bool "Prioritize internal boot devices" + default y + help + Prioritize internal boot devices over external devices + config TIANOCORE_PS2_SUPPORT bool "Support PS/2 Keyboards" default y |