From 50e4a377fb25e7fe53460dc2f4eef0cc24308964 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 8 Jun 2022 15:01:20 +0100 Subject: payloads/external/tianocore: Allow Kconfig options for all UefiPayloadPkg versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: I31e6e267ee6e4e3a254f733e1dfc1ecb3a3d3576 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65040 Tested-by: build bot (Jenkins) Reviewed-by: Michał Żygowski Reviewed-by: Matt DeVillier --- payloads/external/tianocore/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads') 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" -- cgit v1.2.3