Skip to content

Commit 566aeed

Browse files
rddunlapkuba-moo
authored andcommitted
net: lan743x: also select PHYLIB
Since FIXED_PHY depends on PHYLIB, PHYLIB needs to be set to avoid a kconfig warning: WARNING: unmet direct dependencies detected for FIXED_PHY Depends on [n]: NETDEVICES [=y] && PHYLIB [=n] Selected by [y]: - LAN743X [=y] && NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_MICROCHIP [=y] && PCI [=y] && PTP_1588_CLOCK_OPTIONAL [=y] Fixes: 73c4d1b ("net: lan743x: select FIXED_PHY") Signed-off-by: Randy Dunlap <[email protected]> Reported-by: kernel test robot <[email protected]> Closes: lore.kernel.org/r/[email protected] Cc: Bryan Whitehead <[email protected]> Cc: [email protected] Reviewed-by: Simon Horman <[email protected]> Tested-by: Simon Horman <[email protected]> # build-tested Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent fcdfc46 commit 566aeed

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/ethernet/microchip

1 file changed

+1
-0
lines changed

drivers/net/ethernet/microchip/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ config LAN743X
4646
tristate "LAN743x support"
4747
depends on PCI
4848
depends on PTP_1588_CLOCK_OPTIONAL
49+
select PHYLIB
4950
select FIXED_PHY
5051
select CRC16
5152
select CRC32

0 commit comments

Comments
 (0)