summaryrefslogtreecommitdiff
path: root/payloads/external/tianocore/Kconfig
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-02-10 09:21:50 +0000
committerFelix Held <felix-coreboot@felixheld.de>2022-02-24 00:29:44 +0000
commit3f3a3eeca75c338455e2e4564955c480293ab61c (patch)
tree394b51263ccc16df84cbf582864e7eac4cb4ebf1 /payloads/external/tianocore/Kconfig
parent4600c253464a2c7284b234bdceec0bbecec55ba5 (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/Kconfig6
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