]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arch/Kconfig: Remove tautological condition from AUTOFDO_CLANG
authorNathan Chancellor <nathan@kernel.org>
Sun, 17 May 2026 23:05:09 +0000 (13:05 -1000)
committerNathan Chancellor <nathan@kernel.org>
Wed, 27 May 2026 22:20:04 +0000 (15:20 -0700)
commitde0bf1e138fcd6efdb4ddac764eb9f3487122535
tree85fc27e4333d09c2b2c5ab60ecd5a10ad71fe2b6
parent2189cb1a80f06f9673874163a5720ae804f83f87
arch/Kconfig: Remove tautological condition from AUTOFDO_CLANG

Now that the minimum supported version of LLVM for building the kernel
has been raised to 17.0.1, the clang version check in
CONFIG_AUTOFDO_CLANG can be removed because it is always true.

Reviewed-by: Rong Xu <xur@google.com>
Link: https://patch.msgid.link/20260517-bump-minimum-supported-llvm-version-to-17-v2-6-b3b8cda46bdd@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
arch/Kconfig