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/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'payloads/Kconfig') diff --git a/payloads/Kconfig b/payloads/Kconfig index 8e05df3ae7..c7a7ba6e1d 100644 --- a/payloads/Kconfig +++ b/payloads/Kconfig @@ -30,6 +30,7 @@ config PAYLOAD_ELF config PAYLOAD_FIT bool "A FIT payload" + depends on ARCH_ARM64 select PAYLOAD_FIT_SUPPORT help Select this option if you have a payload image (a FIT file) which @@ -41,6 +42,7 @@ config PAYLOAD_FIT config PAYLOAD_BAYOU bool "Bayou" + depends on ARCH_X86 help Select this option if you want to set bayou as your primary payload. -- cgit v1.2.3