]> git.ipfire.org Git - thirdparty/linux.git/commit
ARM: Drop tautological ld.lld conditions from ARCH_MULTI_V4{,T}
authorNathan Chancellor <nathan@kernel.org>
Sun, 17 May 2026 23:05:10 +0000 (13:05 -1000)
committerNathan Chancellor <nathan@kernel.org>
Wed, 27 May 2026 22:20:05 +0000 (15:20 -0700)
commit48d229b6a48aeefeb0d7b4c5c860723ff5d7bd2d
treec6cc21375a43d5d79d3f6fe59e279b47f5da0154
parentde0bf1e138fcd6efdb4ddac764eb9f3487122535
ARM: Drop tautological ld.lld conditions from ARCH_MULTI_V4{,T}

Now that the minimum supported version of LLVM for building the kernel
has been raised to 17.0.1, the '!ld.lld || ld.lld >= 16' dependency of
CONFIG_ARCH_MULTI_V4{,T} is always true, so it can be removed from both
symbols.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20260517-bump-minimum-supported-llvm-version-to-17-v2-7-b3b8cda46bdd@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
arch/arm/Kconfig.platforms