diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-06-08 15:01:20 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-06-21 16:19:38 +0000 |
commit | 50e4a377fb25e7fe53460dc2f4eef0cc24308964 (patch) | |
tree | b5b14f45782722718473e0b66755667bafd39378 | |
parent | 1a923b9b3a9ce936c66fea56040e0b09bf283489 (diff) |
payloads/external/tianocore: Allow Kconfig options for all UefiPayloadPkg versions
Most of the Kconfig options are upstream, so they should exist in
most forks. Therefore, allow them to be set and passed when using
a custom repository or upstream edk2.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I31e6e267ee6e4e3a254f733e1dfc1ecb3a3d3576
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65040
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
-rw-r--r-- | payloads/external/tianocore/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index 98ed6a89d0..c0c86ae9ba 100644 --- a/payloads/external/tianocore/Kconfig +++ b/payloads/external/tianocore/Kconfig @@ -79,7 +79,7 @@ config TIANOCORE_RELEASE endchoice -if TIANOCORE_UEFIPAYLOAD +if TIANOCORE_UEFIPAYLOAD || TIANOCORE_CUSTOM || TIANOCORE_UPSTREAM config TIANOCORE_ABOVE_4G_MEMORY bool "Enable above 4G memory" |