Commit 943d4bd6 authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller

net: ethernet: adi: move PHYLIB from vendor to driver symbol

In a previous patch I added "select PHYLIB" at the wrong place for the
ADIN1110 driver symbol, so move it to its correct place under the
ADIN1110 kconfig symbol.

Fixes: a9f80df4 ("net: ethernet: adi: requires PHYLIB support")
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reported-by: default avatarMichal Kubecek <mkubecek@suse.cz>
Closes: https://lore.kernel.org/lkml/77012b38-4b49-47f4-9a88-d773d52909ad@infradead.org/T/#m8ba397484738711edc0ad607b2c63ca02244e3c3
Cc: Lennart Franzen <lennart@lfdomain.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: netdev@vger.kernel.org
Cc: Nuno Sa <nuno.sa@analog.com>
Tested-by: default avatarMichal Kubecek <mkubecek@suse.cz>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ed2c0e4c
...@@ -7,7 +7,6 @@ config NET_VENDOR_ADI ...@@ -7,7 +7,6 @@ config NET_VENDOR_ADI
bool "Analog Devices devices" bool "Analog Devices devices"
default y default y
depends on SPI depends on SPI
select PHYLIB
help help
If you have a network (Ethernet) card belonging to this class, say Y. If you have a network (Ethernet) card belonging to this class, say Y.
...@@ -22,6 +21,7 @@ config ADIN1110 ...@@ -22,6 +21,7 @@ config ADIN1110
tristate "Analog Devices ADIN1110 MAC-PHY" tristate "Analog Devices ADIN1110 MAC-PHY"
depends on SPI && NET_SWITCHDEV depends on SPI && NET_SWITCHDEV
select CRC8 select CRC8
select PHYLIB
help help
Say yes here to build support for Analog Devices ADIN1110 Say yes here to build support for Analog Devices ADIN1110
Low Power 10BASE-T1L Ethernet MAC-PHY. Low Power 10BASE-T1L Ethernet MAC-PHY.
......
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