[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1221049827-14264-1-git-send-email-jirislaby@gmail.com>
Date: Wed, 10 Sep 2008 14:30:27 +0200
From: Jiri Slaby <jirislaby@...il.com>
To: jgarzik@...ox.com
Cc: netdev@...r.kernel.org, rdunlap@...otime.net,
akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
Jiri Slaby <jirislaby@...il.com>,
Francois Romieu <romieu@...zoreil.com>
Subject: [PATCH 1/1] NET: fix r8169 linkage
R8169 depends on MII code, thus select MII in Kconfig by R8169.
Signed-off-by: Jiri Slaby <jirislaby@...il.com>
Cc: Francois Romieu <romieu@...zoreil.com>
Cc: Jeff Garzik <jgarzik@...ox.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists