From 56dceb2e1a05191d6bf10498a461673f9a6c5279 Mon Sep 17 00:00:00 2001 From: Philipp Hug Date: Thu, 27 Sep 2018 17:25:22 +0200 Subject: payloads: Only show supported payloads in menuconfig Some payloads don't depend on their supported platforms, which makes them visible in menuconfig even if they are not supported (yet). Change-Id: Ia1ec0f0ca0b6521d0c024500c67326337f3d744f Signed-off-by: Philipp Hug Reviewed-on: https://review.coreboot.org/28774 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Philipp Deppenwiese --- payloads/external/tianocore/Kconfig.name | 1 + 1 file changed, 1 insertion(+) (limited to 'payloads/external/tianocore') diff --git a/payloads/external/tianocore/Kconfig.name b/payloads/external/tianocore/Kconfig.name index e57925fa72..a56d248bab 100644 --- a/payloads/external/tianocore/Kconfig.name +++ b/payloads/external/tianocore/Kconfig.name @@ -1,5 +1,6 @@ config PAYLOAD_TIANOCORE bool "Tianocore coreboot payload package" + depends on ARCH_X86 help Select this option if you want to build a coreboot image with a Tianocore payload. If you don't know what this is -- cgit v1.2.3