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>
This commit is contained in:
Sean Rhodes 2022-06-08 15:01:20 +01:00 committed by Felix Held
parent 1a923b9b3a
commit 50e4a377fb
1 changed files with 1 additions and 1 deletions

View File

@ -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"