[PATCH 1/1] NET: fix r8169 linkage

From: Jiri Slaby
Date: Wed Sep 10 2008 - 09:05:11 EST


R8169 depends on MII code, thus select MII in Kconfig by R8169.

Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx>
Cc: Francois Romieu <romieu@xxxxxxxxxxxxx>
Cc: Jeff Garzik <jgarzik@xxxxxxxxx>
---
drivers/net/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 4c818d5..b0a5a17 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2034,6 +2034,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.

--
1.6.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/