diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2024-04-03 15:56:27 +0200 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2024-08-06 16:37:35 +0000 |
commit | 8d0d57f0a2ed454f0036caae6d6ac30c5eb77a52 (patch) | |
tree | 3432323f3e0f8419780765e8727c16b49591a49a /src/arch/riscv/Kconfig | |
parent | 2f2c67da52722cce23e58ec1c7ddaf670ace715f (diff) |
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 <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81659
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Diffstat (limited to 'src/arch/riscv/Kconfig')
-rw-r--r-- | src/arch/riscv/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |