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/ppc64/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/ppc64/Kconfig') diff --git a/src/arch/ppc64/Kconfig b/src/arch/ppc64/Kconfig index 93e4929274..25a0f500ef 100644 --- a/src/arch/ppc64/Kconfig +++ b/src/arch/ppc64/Kconfig @@ -2,7 +2,6 @@ config ARCH_PPC64 bool - select ARCH_SUPPORTS_CLANG config ARCH_BOOTBLOCK_PPC64 bool -- cgit v1.2.3