]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sparc: Implement ARCH_HAS_CC_CAN_LINK
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 22 Dec 2025 08:29:15 +0000 (09:29 +0100)
committerAndreas Larsson <andreas@gaisler.com>
Mon, 26 Jan 2026 17:11:49 +0000 (18:11 +0100)
commitdc2f4d41a6b686dbd78a6346126cdc992f2de441
tree96b737c17ce0657ef92ebdd4abedae745ceca5fd
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
sparc: Implement ARCH_HAS_CC_CAN_LINK

The generic CC_CAN_LINK detection does not work for all architectures.

Make the logic easier to understand and allow the simplification of the
generic CC_CAN_LINK by using a tailored implementation.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
arch/sparc/Kconfig