]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: Clean up definition of ARM_HAS_GROUP_RELOCS
authorNathan Chancellor <nathan@kernel.org>
Thu, 21 Aug 2025 21:15:40 +0000 (14:15 -0700)
committerNathan Chancellor <nathan@kernel.org>
Thu, 28 Aug 2025 23:58:43 +0000 (16:58 -0700)
commit02aba266e391fa90a4dae8822bde72ebdb88c360
treebc9fba94661e2ce96cb77fc6ee6c14e4b6c9ac94
parent65aebf6f5880e7ab692d814ca19f8936d0120364
ARM: Clean up definition of ARM_HAS_GROUP_RELOCS

Now that the minimum supported version of LLVM for building the kernel
has been bumped to 15.0.0, the first depends line of
ARM_HAS_GROUP_RELOCS is always true, so it can be safely removed.
Combine the !COMPILE_TEST dependency into the 'def_bool' line and update
the comment as well.

Reviewed-by: Kees Cook <kees@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20250821-bump-min-llvm-ver-15-v2-3-635f3294e5f0@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
arch/arm/Kconfig