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:
parent
1a923b9b3a
commit
50e4a377fb
|
@ -79,7 +79,7 @@ config TIANOCORE_RELEASE
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
if TIANOCORE_UEFIPAYLOAD
|
if TIANOCORE_UEFIPAYLOAD || TIANOCORE_CUSTOM || TIANOCORE_UPSTREAM
|
||||||
|
|
||||||
config TIANOCORE_ABOVE_4G_MEMORY
|
config TIANOCORE_ABOVE_4G_MEMORY
|
||||||
bool "Enable above 4G memory"
|
bool "Enable above 4G memory"
|
||||||
|
|
Loading…
Reference in New Issue