]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
riscv: Drop tautological condition from TOOLCHAIN_NEEDS_OLD_ISA_SPEC
authorNathan Chancellor <nathan@kernel.org>
Sun, 17 May 2026 23:05:12 +0000 (13:05 -1000)
committerNathan Chancellor <nathan@kernel.org>
Wed, 27 May 2026 22:20:05 +0000 (15:20 -0700)
commit7e279976cf2a233b875cc22108b26476bdf70b51
tree3198aa9ea4a321f0e5510fe3da9d19f8138a4813
parent62c4af86895111feb61ebcf8dd5e0a5b86e5b97e
riscv: Drop tautological condition from TOOLCHAIN_NEEDS_OLD_ISA_SPEC

Now that the minimum supported version of LLVM for building the kernel
has been raised to 17.0.1, the Clang dependency part of
CONFIG_TOOLCHAIN_NEEDS_OLD_ISA_SPEC is always false, so it can be
removed. Adjust the help text to remove mention of Clang < 17, as it is
irrelevant for the kernel after the minimum supported bump.

Acked-by: Paul Walmsley <pjw@kernel.org> # arch/riscv
Link: https://patch.msgid.link/20260517-bump-minimum-supported-llvm-version-to-17-v2-9-b3b8cda46bdd@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
arch/riscv/Kconfig