Commit b7372492 authored by Francois Romieu's avatar Francois Romieu Committed by Jeff Garzik

r8169: select MII in Kconfig

drivers/built-in.o: In function `rtl8169_gset_xmii':
r8169.c:(.text+0x82259): undefined reference to `mii_ethtool_gset'
Signed-off-by: default avatarHugh Dickins <hugh@veritas.com>
Acked-by: default avatarFrancois Romieu <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com.tw>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 2eefbd63
...@@ -2057,6 +2057,7 @@ config R8169 ...@@ -2057,6 +2057,7 @@ config R8169
tristate "Realtek 8169 gigabit ethernet support" tristate "Realtek 8169 gigabit ethernet support"
depends on PCI depends on PCI
select CRC32 select CRC32
select MII
---help--- ---help---
Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter. Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
......
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