summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-03-24 10:38:54 +0100
committerMartin L Roth <gaumless@tutanota.com>2022-05-28 05:21:14 +0000
commit5b528bc656de4df3ec44df1ddc525ae099b7d219 (patch)
tree5c5a9ef5984ac1a4aa40c71419a275c97fc5260e /src/arch/x86/Kconfig
parent0c949852485a1add4d8f0ea7f4770693595d80c5 (diff)
downloadcoreboot-5b528bc656de4df3ec44df1ddc525ae099b7d219.tar.gz
coreboot-5b528bc656de4df3ec44df1ddc525ae099b7d219.tar.bz2
coreboot-5b528bc656de4df3ec44df1ddc525ae099b7d219.zip
Kconfig: Mark clang as ready to use on some arch
This adds 2 flags: * invisible opt-in flag for platforms on which clang seems to work * visible opt-in flag to allow experimenting Clang seems to work rather well on x86_32 so it makes sense to start adding that to Jenkins buildtesting, which this allows. This allows abuild to differentiate between targets that are known to build with clang. This makes buildtesting just those targets easier. Change-Id: I46f1bad59bda94f60f4a141237ede11f6eb93cc2 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63081 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r--src/arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 993b1e660834..c00eb0c3b52b 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -33,6 +33,7 @@ config ARCH_ALL_STAGES_X86_32
select ARCH_VERSTAGE_X86_32
select ARCH_ROMSTAGE_X86_32
select ARCH_RAMSTAGE_X86_32
+ select ARCH_SUPPORTS_CLANG
# stage selectors for x64