Re: [patch] Re: Gigabit Kconfig problems with yesterday's update

From: Jeff Garzik
Date: Sun May 30 2004 - 12:53:25 EST


NET_GIGE is rightly dependent on NET_ETHERNET, as it is a subset.

I wonder if the attached patch "fixes" peoples config problems :) ===== drivers/net/Kconfig 1.74 vs edited =====
--- 1.74/drivers/net/Kconfig 2004-05-27 16:42:40 -04:00
+++ edited/drivers/net/Kconfig 2004-05-30 13:49:48 -04:00
@@ -163,7 +163,7 @@
depends on NETDEVICES

config NET_ETHERNET
- bool "Ethernet (10 or 100Mbit)"
+ bool "Ethernet (10/100/1000/10000 Mbit)"
---help---
Ethernet (also called IEEE 802.3 or ISO 8802-2) is the most common
type of Local Area Network (LAN) in universities and companies.