projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eefbd6
)
r8169: select MII in Kconfig
author
Francois Romieu
<
[email protected]
>
Sat, 13 Sep 2008 13:04:38 +0000
(15:04 +0200)
committer
Jeff Garzik
<
[email protected]
>
Wed, 24 Sep 2008 22:58:56 +0000
(18:58 -0400)
drivers/built-in.o: In function `rtl8169_gset_xmii':
r8169.c:(.text+0x82259): undefined reference to `mii_ethtool_gset'
Signed-off-by: Hugh Dickins <
[email protected]
>
Acked-by: Francois Romieu <
[email protected]
>
Cc: Edward Hsu <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/net/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index c25f0d6817a2139ca09384e318fa8c3491cafd56..8d222e470569a9259ce421404d371fe73ff423ce 100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
drivers/net/Kconfig
@@
-2057,6
+2057,7
@@
config R8169
tristate "Realtek 8169 gigabit ethernet support"
depends on PCI
select CRC32
+ select MII
---help---
Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.