Commit a74a0064 authored by Jeff Garzik's avatar Jeff Garzik

Cset exclude: jgarzik@redhat.com|ChangeSet|20040527204246|14084

Revert CONFIG_NET_GIGE change.

The proper fix is _not_ NET_ETHERNET or default twiddling,
but better overall organization of the ethernet driver selection,
which would include not only CONFIG_NET_GIGE but other options as well.

Reverted back to old behavior until a full and complete solution
appears (and people like it, of course).
parent be0cb256
...@@ -1874,25 +1874,12 @@ endmenu ...@@ -1874,25 +1874,12 @@ endmenu
# Gigabit Ethernet # Gigabit Ethernet
# #
menu "Gigabit Ethernet (1000/10000 Mbit)" menu "Ethernet (1000 Mbit)"
depends on NETDEVICES depends on NETDEVICES
config NET_GIGE
bool "Gigabit Ethernet (1000/10000 Mbit) controller support"
depends on NETDEVICES && NET_ETHERNET && (PCI || SBUS)
help
Gigabit ethernet. It's yummy and fast, fast, fast.
Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about this class of network cards. If you say Y, you
will be asked for your specific card in the following questions.
If you are unsure, say Y.
config ACENIC config ACENIC
tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support" tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support"
depends on PCI && NET_GIGE depends on PCI
---help--- ---help---
Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear
GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet
...@@ -1919,7 +1906,7 @@ config ACENIC_OMIT_TIGON_I ...@@ -1919,7 +1906,7 @@ config ACENIC_OMIT_TIGON_I
config DL2K config DL2K
tristate "D-Link DL2000-based Gigabit Ethernet support" tristate "D-Link DL2000-based Gigabit Ethernet support"
depends on PCI && NET_GIGE depends on PCI
select CRC32 select CRC32
help help
This driver supports D-Link 2000-based gigabit ethernet cards, which This driver supports D-Link 2000-based gigabit ethernet cards, which
...@@ -1932,7 +1919,7 @@ config DL2K ...@@ -1932,7 +1919,7 @@ config DL2K
config E1000 config E1000
tristate "Intel(R) PRO/1000 Gigabit Ethernet support" tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
depends on PCI && NET_GIGE depends on PCI
---help--- ---help---
This driver supports Intel(R) PRO/1000 gigabit ethernet family of This driver supports Intel(R) PRO/1000 gigabit ethernet family of
adapters, which includes: adapters, which includes:
...@@ -1979,7 +1966,7 @@ config E1000_NAPI ...@@ -1979,7 +1966,7 @@ config E1000_NAPI
config MYRI_SBUS config MYRI_SBUS
tristate "MyriCOM Gigabit Ethernet support" tristate "MyriCOM Gigabit Ethernet support"
depends on SBUS && NET_GIGE depends on SBUS
help help
This driver supports MyriCOM Sbus gigabit Ethernet cards. This driver supports MyriCOM Sbus gigabit Ethernet cards.
...@@ -1988,7 +1975,7 @@ config MYRI_SBUS ...@@ -1988,7 +1975,7 @@ config MYRI_SBUS
config NS83820 config NS83820
tristate "National Semiconduct DP83820 support" tristate "National Semiconduct DP83820 support"
depends on PCI && NET_GIGE depends on PCI
help help
This is a driver for the National Semiconductor DP83820 series This is a driver for the National Semiconductor DP83820 series
of gigabit ethernet MACs. Cards using this chipset include of gigabit ethernet MACs. Cards using this chipset include
...@@ -1998,7 +1985,7 @@ config NS83820 ...@@ -1998,7 +1985,7 @@ config NS83820
config HAMACHI config HAMACHI
tristate "Packet Engines Hamachi GNIC-II support" tristate "Packet Engines Hamachi GNIC-II support"
depends on PCI && NET_GIGE depends on PCI
select MII select MII
help help
If you have a Gigabit Ethernet card of this type, say Y and read If you have a Gigabit Ethernet card of this type, say Y and read
...@@ -2011,7 +1998,7 @@ config HAMACHI ...@@ -2011,7 +1998,7 @@ config HAMACHI
config YELLOWFIN config YELLOWFIN
tristate "Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)" tristate "Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)"
depends on PCI && EXPERIMENTAL && NET_GIGE depends on PCI && EXPERIMENTAL
select CRC32 select CRC32
---help--- ---help---
Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
...@@ -2025,7 +2012,7 @@ config YELLOWFIN ...@@ -2025,7 +2012,7 @@ config YELLOWFIN
config R8169 config R8169
tristate "Realtek 8169 gigabit ethernet support" tristate "Realtek 8169 gigabit ethernet support"
depends on PCI && NET_GIGE depends on PCI
select CRC32 select CRC32
---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.
...@@ -2035,7 +2022,7 @@ config R8169 ...@@ -2035,7 +2022,7 @@ config R8169
config SK98LIN config SK98LIN
tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support" tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support"
depends on PCI && NET_GIGE depends on PCI
---help--- ---help---
Say Y here if you have a Marvell Yukon or SysKonnect SK-98xx/SK-95xx Say Y here if you have a Marvell Yukon or SysKonnect SK-98xx/SK-95xx
compliant Gigabit Ethernet Adapter. The following adapters are supported compliant Gigabit Ethernet Adapter. The following adapters are supported
...@@ -2114,16 +2101,25 @@ config SK98LIN ...@@ -2114,16 +2101,25 @@ config SK98LIN
config TIGON3 config TIGON3
tristate "Broadcom Tigon3 support" tristate "Broadcom Tigon3 support"
depends on PCI && NET_GIGE depends on PCI
help help
This driver supports Broadcom Tigon3 based gigabit Ethernet cards. This driver supports Broadcom Tigon3 based gigabit Ethernet cards.
To compile this driver as a module, choose M here: the module To compile this driver as a module, choose M here: the module
will be called tg3. This is recommended. will be called tg3. This is recommended.
endmenu
#
# 10 Gigabit Ethernet
#
menu "Ethernet (10000 Mbit)"
depends on NETDEVICES
config IXGB config IXGB
tristate "Intel(R) PRO/10GbE support" tristate "Intel(R) PRO/10GbE support"
depends on PCI && NET_GIGE depends on PCI
---help--- ---help---
This driver supports Intel(R) PRO/10GbE family of This driver supports Intel(R) PRO/10GbE family of
adapters, which includes: adapters, which includes:
...@@ -2155,7 +2151,7 @@ config IXGB_NAPI ...@@ -2155,7 +2151,7 @@ config IXGB_NAPI
config S2IO config S2IO
tristate "S2IO 10Gbe XFrame NIC" tristate "S2IO 10Gbe XFrame NIC"
depends on PCI && NET_GIGE depends on PCI
---help--- ---help---
This driver supports the 10Gbe XFrame NIC of S2IO. This driver supports the 10Gbe XFrame NIC of S2IO.
For help regarding driver compilation, installation and For help regarding driver compilation, installation and
......
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