x86/Kconfig: Clean up LLVM version checks in IBT configurations
authorNathan Chancellor <nathan@kernel.org>
Fri, 15 Aug 2025 01:31:42 +0000 (18:31 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Sun, 17 Aug 2025 11:10:39 +0000 (13:10 +0200)
commit2c6a28f3ef729ed2d5b174b4e0f33172fb286bab
treeb6607e9747f59355185897ef0e2cb9be86845e16
parent337927d9895a800a63ffe852616ab05f5d304971
x86/Kconfig: Clean up LLVM version checks in IBT configurations

The minimum supported version of LLVM for building the x86 kernel
was bumped to 15.0.0 in

  7861640aac52 ("x86/build: Raise the minimum LLVM version to 15.0.0"),

so the checks for Clang 14.0.0 and ld.lld 14.0.0 or newer will always been
true. Clean them up.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/20250814-x86-min-ver-cleanups-v1-6-ff7f19457523@kernel.org
arch/x86/Kconfig