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: dsa: lan9303: imply SMSC_PHY

Both LAN9303 and LAN9354 have internal PHYs on both external ports.
Therefore a configuration without SMSC PHY support is non-practical at
least and leads to:

LAN9303_MDIO 8000f00.mdio:00: Found LAN9303 rev. 1
mdio_bus 8000f00.mdio:00: deferred probe pending: (reason unknown)

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20240528073147.3604083-1-alexander.sverdlin@siemens.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Alexander Sverdlin and committed by
Jakub Kicinski
12691347 782471db

+1
+1
drivers/net/dsa/Kconfig
··· 102 102 tristate 103 103 select NET_DSA_TAG_LAN9303 104 104 select REGMAP 105 + imply SMSC_PHY 105 106 help 106 107 This enables support for the Microchip LAN9303/LAN9354 3 port ethernet 107 108 switch chips.