From 8d0d57f0a2ed454f0036caae6d6ac30c5eb77a52 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 3 Apr 2024 15:56:27 +0200 Subject: Kconfig: Reverse ARCH_SUPPORTS_CLANG Since most targets support clang it's easier to reverse the semantics of the Kconfig options. Change-Id: Ib28e7a4cb286b9f8b05be94dae3947179f43c746 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/81659 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Maximilian Brune --- src/arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/arm/Kconfig') diff --git a/src/arch/arm/Kconfig b/src/arch/arm/Kconfig index 64fe915c4b..0829dcbbcb 100644 --- a/src/arch/arm/Kconfig +++ b/src/arch/arm/Kconfig @@ -2,6 +2,7 @@ config ARCH_ARM bool + select CLANG_UNSUPPORTED config ARCH_BOOTBLOCK_ARM bool -- cgit v1.2.3