Skip to content

Commit 47a01a0

Browse files
rddunlapdavem330
authored andcommitted
net: ks8851_mll uses mii interfaces
From: Randy Dunlap <[email protected]> ks8851_mll uses mii interfaces so it needs to select MII. ks8851_mll.c:(.text+0xf95ac): undefined reference to `generic_mii_ioctl' ks8851_mll.c:(.text+0xf96a0): undefined reference to `mii_ethtool_gset' ks8851_mll.c:(.text+0xf96fa): undefined reference to `mii_ethtool_sset' ks8851_mll.c:(.text+0xf9754): undefined reference to `mii_link_ok' ks8851_mll.c:(.text+0xf97ae): undefined reference to `mii_nway_restart' Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 37ccd92 commit 47a01a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,6 +1741,7 @@ config KS8851
17411741
config KS8851_MLL
17421742
tristate "Micrel KS8851 MLL"
17431743
depends on HAS_IOMEM
1744+
select MII
17441745
help
17451746
This platform driver is for Micrel KS8851 Address/data bus
17461747
multiplexed network chip.

0 commit comments

Comments
 (0)