]> git.hungrycats.org Git - linux/commit
riscv: Remove tautological condition from selection of ARCH_SUPPORTS_CFI
authorNathan Chancellor <nathan@kernel.org>
Sun, 17 May 2026 23:05:11 +0000 (13:05 -1000)
committerNathan Chancellor <nathan@kernel.org>
Wed, 27 May 2026 22:20:05 +0000 (15:20 -0700)
commit62c4af86895111feb61ebcf8dd5e0a5b86e5b97e
tree819a4d6ed661c696900b1c480449fc5f5c7eb518
parent48d229b6a48aeefeb0d7b4c5c860723ff5d7bd2d
riscv: Remove tautological condition from selection of ARCH_SUPPORTS_CFI

Now that the minimum supported version of LLVM for building the kernel
has been raised to 17.0.1, the condition of the selection of
CONFIG_ARCH_SUPPORTS_CFI is always true, so it can be removed.

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