Commit 12691347 authored by Alexander Sverdlin's avatar Alexander Sverdlin Committed by Jakub Kicinski

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: default avatarAlexander Sverdlin <alexander.sverdlin@siemens.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20240528073147.3604083-1-alexander.sverdlin@siemens.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 782471db
...@@ -102,6 +102,7 @@ config NET_DSA_SMSC_LAN9303 ...@@ -102,6 +102,7 @@ config NET_DSA_SMSC_LAN9303
tristate tristate
select NET_DSA_TAG_LAN9303 select NET_DSA_TAG_LAN9303
select REGMAP select REGMAP
imply SMSC_PHY
help help
This enables support for the Microchip LAN9303/LAN9354 3 port ethernet This enables support for the Microchip LAN9303/LAN9354 3 port ethernet
switch chips. switch chips.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment