From b6efe17137bf458a511ba5110667cad4bae7dc87 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 3 Mar 2024 17:41:34 +0100 Subject: arch/x86/Kconfig: Deduplicate ARCH_SUPPORTS_CLANG selection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iced69e0bce345748a43eb1c14bf17a683e26ba60 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81020 Reviewed-by: Jérémy Compostella Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/arch/x86/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/arch/x86') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 63f71e5127..610321f9a0 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -5,6 +5,7 @@ config ARCH_X86 select PCI select RELOCATABLE_MODULES select HAVE_ASAN_IN_RAMSTAGE + select ARCH_SUPPORTS_CLANG if ARCH_X86 @@ -33,7 +34,6 @@ config ARCH_ALL_STAGES_X86_32 select ARCH_VERSTAGE_X86_32 if !VBOOT_STARTS_BEFORE_BOOTBLOCK select ARCH_ROMSTAGE_X86_32 select ARCH_RAMSTAGE_X86_32 - select ARCH_SUPPORTS_CLANG # stage selectors for x64 @@ -64,7 +64,6 @@ config ARCH_ALL_STAGES_X86_64 select ARCH_VERSTAGE_X86_64 if !VBOOT_STARTS_BEFORE_BOOTBLOCK select ARCH_ROMSTAGE_X86_64 select ARCH_RAMSTAGE_X86_64 - select ARCH_SUPPORTS_CLANG config HAVE_EXP_X86_64_SUPPORT bool -- cgit v1.2.3