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/riscv/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/riscv/Kconfig') diff --git a/src/arch/riscv/Kconfig b/src/arch/riscv/Kconfig index b570b0147c..66c64c2cd3 100644 --- a/src/arch/riscv/Kconfig +++ b/src/arch/riscv/Kconfig @@ -10,7 +10,6 @@ config ARCH_RISCV_RV32 config ARCH_RISCV bool - select ARCH_SUPPORTS_CLANG if ARCH_RISCV -- cgit v1.2.3