Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: ethernet: microchip: sparx5: make it selectable for ARCH_LAN969X

LAN969x switchdev support depends on the SparX-5 core,so make it selectable
for ARCH_LAN969X.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Daniel Machon <daniel.machon@microchip.com>
Link: https://patch.msgid.link/20250917110106.55219-1-robert.marko@sartura.hr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Robert Marko and committed by
Jakub Kicinski
6287982a 5a26346e

+1 -1
+1 -1
drivers/net/ethernet/microchip/sparx5/Kconfig
··· 3 3 depends on NET_SWITCHDEV 4 4 depends on HAS_IOMEM 5 5 depends on OF 6 - depends on ARCH_SPARX5 || COMPILE_TEST 6 + depends on ARCH_SPARX5 || ARCH_LAN969X || COMPILE_TEST 7 7 depends on PTP_1588_CLOCK_OPTIONAL 8 8 depends on BRIDGE || BRIDGE=n 9 9 select PHYLINK