Commit 138b15ed authored by Paul Gortmaker's avatar Paul Gortmaker Committed by David S. Miller

drivers/net: remove all references to obsolete Ethernet-HOWTO

This howto made sense in the 1990s when users had to manually configure
ISA cards with jumpers or vendor utilities, but with the implementation
of PCI it became increasingly less and less relevant, to the point where
it has been well over a decade since I last updated it.  And there is
no value in anyone else taking over updating it either.

However the references to it continue to spread as boiler plate text
from one Kconfig file into the next.  We are not doing end users any
favours by pointing them at this old document, so lets kill it with
fire, once and for all, to hopefully stop any further spread.

No code is changed in this commit, just Kconfig help text.
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 69ae2f7a
...@@ -15,10 +15,6 @@ menuconfig ARCNET ...@@ -15,10 +15,6 @@ menuconfig ARCNET
COM90xx type card, so say Y (or M) to "ARCnet COM90xx chipset COM90xx type card, so say Y (or M) to "ARCnet COM90xx chipset
support" below. support" below.
You might also want to have a look at the Ethernet-HOWTO, available
from <http://www.tldp.org/docs.html#howto>(even though ARCnet
is not really Ethernet).
To compile this driver as a module, choose M here. The module will To compile this driver as a module, choose M here. The module will
be called arcnet. be called arcnet.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_3COM ...@@ -7,9 +7,7 @@ config NET_VENDOR_3COM
default y default y
depends on ISA || EISA || PCI || PCMCIA depends on ISA || EISA || PCI || PCMCIA
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -23,8 +21,7 @@ config EL3 ...@@ -23,8 +21,7 @@ config EL3
depends on (ISA || EISA) depends on (ISA || EISA)
---help--- ---help---
If you have a network (Ethernet) card belonging to the 3Com If you have a network (Ethernet) card belonging to the 3Com
EtherLinkIII series, say Y and read the Ethernet-HOWTO, available EtherLinkIII series, say Y here.
from <http://www.tldp.org/docs.html#howto>.
If your card is not working you may need to use the DOS If your card is not working you may need to use the DOS
setup disk to disable Plug & Play mode, and to select the default setup disk to disable Plug & Play mode, and to select the default
...@@ -38,8 +35,7 @@ config 3C515 ...@@ -38,8 +35,7 @@ config 3C515
depends on ISA && ISA_DMA_API depends on ISA && ISA_DMA_API
---help--- ---help---
If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet
network card, say Y and read the Ethernet-HOWTO, available from network card, say Y here.
<http://www.tldp.org/docs.html#howto>.
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 3c515. will be called 3c515.
...@@ -78,9 +74,7 @@ config VORTEX ...@@ -78,9 +74,7 @@ config VORTEX
"Tornado" (3c905) PCI "Tornado" (3c905) PCI
"Hurricane" (3c555/3cSOHO) PCI "Hurricane" (3c555/3cSOHO) PCI
If you have such a card, say Y and read the Ethernet-HOWTO, If you have such a card, say Y here. More specific information is in
available from <http://www.tldp.org/docs.html#howto>. More
specific information is in
<file:Documentation/networking/vortex.txt> and in the comments at <file:Documentation/networking/vortex.txt> and in the comments at
the beginning of <file:drivers/net/ethernet/3com/3c59x.c>. the beginning of <file:drivers/net/ethernet/3com/3c59x.c>.
...@@ -97,9 +91,7 @@ config TYPHOON ...@@ -97,9 +91,7 @@ config TYPHOON
3CR990SVR, 3CR990SVR95, 3CR990SVR97, 3CR990-FX-95 Server, 3CR990SVR, 3CR990SVR95, 3CR990SVR97, 3CR990-FX-95 Server,
3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR 3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y here.
the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
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 typhoon. will be called typhoon.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_8390 ...@@ -7,9 +7,7 @@ config NET_VENDOR_8390
default y default y
depends on NET_VENDOR_NATSEMI depends on NET_VENDOR_NATSEMI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -71,9 +69,7 @@ config MAC8390 ...@@ -71,9 +69,7 @@ config MAC8390
select CRC32 select CRC32
---help--- ---help---
If you want to include a driver to support Nubus or LC-PDS If you want to include a driver to support Nubus or LC-PDS
Ethernet cards using an NS8390 chipset or its equivalent, say Y Ethernet cards using an NS8390 chipset or its equivalent, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
config MCF8390 config MCF8390
tristate "ColdFire NS8390 based Ethernet support" tristate "ColdFire NS8390 based Ethernet support"
...@@ -95,10 +91,9 @@ config NE2000 ...@@ -95,10 +91,9 @@ config NE2000
ATARI_ETHERNEC) ATARI_ETHERNEC)
select CRC32 select CRC32
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y here.
the Ethernet-HOWTO, available from Many Ethernet cards without a specific driver are compatible with
<http://www.tldp.org/docs.html#howto>. Many Ethernet cards the NE2000.
without a specific driver are compatible with NE2000.
If you have a PCI NE2000 card however, say N here and Y to "PCI If you have a PCI NE2000 card however, say N here and Y to "PCI
NE2000 and clone support" below. NE2000 and clone support" below.
...@@ -114,8 +109,7 @@ config NE2K_PCI ...@@ -114,8 +109,7 @@ config NE2K_PCI
This driver is for NE2000 compatible PCI cards. It will not work This driver is for NE2000 compatible PCI cards. It will not work
with ISA NE2000 cards (they have their own driver, "NE2000/NE1000 with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
support" below). If you have a PCI NE2000 network (Ethernet) card, support" below). If you have a PCI NE2000 network (Ethernet) card,
say Y and read the Ethernet-HOWTO, available from say Y here.
<http://www.tldp.org/docs.html#howto>.
This driver also works for the following NE2000 clone cards: This driver also works for the following NE2000 clone cards:
RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2 RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2
...@@ -164,9 +158,7 @@ config ULTRA ...@@ -164,9 +158,7 @@ config ULTRA
depends on ISA depends on ISA
select CRC32 select CRC32
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y here.
the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Important: There have been many reports that, with some motherboards Important: There have been many reports that, with some motherboards
mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible, mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
...@@ -183,9 +175,7 @@ config WD80x3 ...@@ -183,9 +175,7 @@ config WD80x3
depends on ISA depends on ISA
select CRC32 select CRC32
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y here.
the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
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 wd. will be called wd.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_ADAPTEC ...@@ -7,9 +7,7 @@ config NET_VENDOR_ADAPTEC
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,8 +7,6 @@ config NET_BFIN ...@@ -7,8 +7,6 @@ config NET_BFIN
depends on BF516 || BF518 || BF526 || BF527 || BF536 || BF537 depends on BF516 || BF518 || BF526 || BF527 || BF536 || BF537
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y. If you have a network (Ethernet) card belonging to this class, say Y.
Make sure you know the name of your card. Read the Ethernet-HOWTO,
available from <http://www.tldp.org/docs.html#howto>.
If unsure, say Y. If unsure, say Y.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_AGERE ...@@ -7,9 +7,7 @@ config NET_VENDOR_AGERE
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -9,8 +9,7 @@ config NET_VENDOR_ALLWINNER ...@@ -9,8 +9,7 @@ config NET_VENDOR_ALLWINNER
depends on ARCH_SUNXI depends on ARCH_SUNXI
---help--- ---help---
If you have a network (Ethernet) card belonging to this If you have a network (Ethernet) card belonging to this
class, say Y and read the Ethernet-HOWTO, available from class, say Y here.
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly Note that the answer to this question doesn't directly
affect the kernel: saying N will just cause the configurator affect the kernel: saying N will just cause the configurator
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_ALTEON ...@@ -7,9 +7,7 @@ config NET_VENDOR_ALTEON
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -37,8 +37,7 @@ config AMD8111_ETH ...@@ -37,8 +37,7 @@ config AMD8111_ETH
select MII select MII
---help--- ---help---
If you have an AMD 8111-based PCI LANCE ethernet card, If you have an AMD 8111-based PCI LANCE ethernet card,
answer Y here and read the Ethernet-HOWTO, available from answer Y here.
<http://www.tldp.org/docs.html#howto>.
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 amd8111e. will be called amd8111e.
...@@ -47,10 +46,8 @@ config LANCE ...@@ -47,10 +46,8 @@ config LANCE
tristate "AMD LANCE and PCnet (AT1500 and NE2100) support" tristate "AMD LANCE and PCnet (AT1500 and NE2100) support"
depends on ISA && ISA_DMA_API && !ARM depends on ISA && ISA_DMA_API && !ARM
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y here.
the Ethernet-HOWTO, available from Some LinkSys cards are of this type.
<http://www.tldp.org/docs.html#howto>. Some LinkSys cards are
of this type.
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 lance. This is recommended. will be called lance. This is recommended.
...@@ -62,8 +59,7 @@ config PCNET32 ...@@ -62,8 +59,7 @@ config PCNET32
select MII select MII
---help--- ---help---
If you have a PCnet32 or PCnetPCI based network (Ethernet) card, If you have a PCnet32 or PCnetPCI based network (Ethernet) card,
answer Y here and read the Ethernet-HOWTO, available from answer Y here.
<http://www.tldp.org/docs.html#howto>.
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 pcnet32. will be called pcnet32.
...@@ -144,9 +140,7 @@ config NI65 ...@@ -144,9 +140,7 @@ config NI65
tristate "NI6510 support" tristate "NI6510 support"
depends on ISA && ISA_DMA_API && !ARM depends on ISA && ISA_DMA_API && !ARM
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y here.
the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
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 ni65. will be called ni65.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_APPLE ...@@ -7,9 +7,7 @@ config NET_VENDOR_APPLE
default y default y
depends on (PPC_PMAC && PPC32) || MAC depends on (PPC_PMAC && PPC32) || MAC
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -59,7 +57,6 @@ config MACMACE ...@@ -59,7 +57,6 @@ config MACMACE
---help--- ---help---
Support for the onboard AMD 79C940 MACE Ethernet controller used in Support for the onboard AMD 79C940 MACE Ethernet controller used in
the 660AV and 840AV Macintosh. If you have one of these Macintoshes the 660AV and 840AV Macintosh. If you have one of these Macintoshes
say Y and read the Ethernet-HOWTO, available from say Y here.
<http://www.tldp.org/docs.html#howto>.
endif # NET_VENDOR_APPLE endif # NET_VENDOR_APPLE
...@@ -6,9 +6,7 @@ config NET_VENDOR_ARC ...@@ -6,9 +6,7 @@ config NET_VENDOR_ARC
bool "ARC devices" bool "ARC devices"
default y default y
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_ATHEROS ...@@ -7,9 +7,7 @@ config NET_VENDOR_ATHEROS
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -26,8 +26,7 @@ config B44 ...@@ -26,8 +26,7 @@ config B44
select PHYLIB select PHYLIB
---help--- ---help---
If you have a network (Ethernet) controller of this type, say Y If you have a network (Ethernet) controller of this type, say Y
or M and read the Ethernet-HOWTO, available from or M here.
<http://www.tldp.org/docs.html#howto>.
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 b44. will be called b44.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_BROCADE ...@@ -7,9 +7,7 @@ config NET_VENDOR_BROCADE
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -8,8 +8,6 @@ config NET_CADENCE ...@@ -8,8 +8,6 @@ config NET_CADENCE
default y default y
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y. If you have a network (Ethernet) card belonging to this class, say Y.
Make sure you know the name of your card. Read the Ethernet-HOWTO,
available from <http://www.tldp.org/docs.html#howto>.
If unsure, say Y. If unsure, say Y.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_CHELSIO ...@@ -7,9 +7,7 @@ config NET_VENDOR_CHELSIO
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_CIRRUS ...@@ -7,9 +7,7 @@ config NET_VENDOR_CIRRUS
default y default y
depends on ISA || EISA || ARM || MAC depends on ISA || EISA || ARM || MAC
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -23,9 +21,7 @@ config CS89x0 ...@@ -23,9 +21,7 @@ config CS89x0
depends on ISA || EISA || ARM depends on ISA || EISA || ARM
---help--- ---help---
Support for CS89x0 chipset based Ethernet cards. If you have a Support for CS89x0 chipset based Ethernet cards. If you have a
network (Ethernet) card of this type, say Y and read the network (Ethernet) card of this type, say Y and read the file
Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto> as well as
<file:Documentation/networking/cs89x0.txt>. <file:Documentation/networking/cs89x0.txt>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
...@@ -55,9 +51,7 @@ config MAC89x0 ...@@ -55,9 +51,7 @@ config MAC89x0
depends on MAC depends on MAC
---help--- ---help---
Support for CS89x0 chipset based Ethernet cards. If you have a Support for CS89x0 chipset based Ethernet cards. If you have a
Nubus or LC-PDS network (Ethernet) card of this type, say Y and Nubus or LC-PDS network (Ethernet) card of this type, say Y here.
read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
To compile this driver as a module, choose M here. This module will To compile this driver as a module, choose M here. This module will
be called mac89x0. be called mac89x0.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_CISCO ...@@ -7,9 +7,7 @@ config NET_VENDOR_CISCO
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_DEC ...@@ -7,9 +7,7 @@ config NET_VENDOR_DEC
default y default y
depends on PCI || EISA || CARDBUS depends on PCI || EISA || CARDBUS
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -21,8 +21,7 @@ config DE2104X ...@@ -21,8 +21,7 @@ config DE2104X
of this type. (If your card is NOT SMC EtherPower 10/100 PCI of this type. (If your card is NOT SMC EtherPower 10/100 PCI
(smc9332dst), you can also try the driver for "Generic DECchip" (smc9332dst), you can also try the driver for "Generic DECchip"
cards, below. However, most people with a network card of this type cards, below. However, most people with a network card of this type
will say Y here.) Do read the Ethernet-HOWTO, available from will say Y here.)
<http://www.tldp.org/docs.html#howto>.
To compile this driver as a module, choose M here. The module will To compile this driver as a module, choose M here. The module will
be called de2104x. be called de2104x.
...@@ -50,8 +49,7 @@ config TULIP ...@@ -50,8 +49,7 @@ config TULIP
of this type. (If your card is NOT SMC EtherPower 10/100 PCI of this type. (If your card is NOT SMC EtherPower 10/100 PCI
(smc9332dst), you can also try the driver for "Generic DECchip" (smc9332dst), you can also try the driver for "Generic DECchip"
cards, above. However, most people with a network card of this type cards, above. However, most people with a network card of this type
will say Y here.) Do read the Ethernet-HOWTO, available from will say Y here.)
<http://www.tldp.org/docs.html#howto>.
To compile this driver as a module, choose M here. The module will To compile this driver as a module, choose M here. The module will
be called tulip. be called tulip.
...@@ -113,9 +111,7 @@ config DE4X5 ...@@ -113,9 +111,7 @@ config DE4X5
---help--- ---help---
This is support for the DIGITAL series of PCI/EISA Ethernet cards. This is support for the DIGITAL series of PCI/EISA Ethernet cards.
These include the DE425, DE434, DE435, DE450 and DE500 models. If These include the DE425, DE434, DE435, DE450 and DE500 models. If
you have a network card of this type, say Y and read the you have a network card of this type, say Y. More specific
Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>. More specific
information is contained in information is contained in
<file:Documentation/networking/de4x5.txt>. <file:Documentation/networking/de4x5.txt>.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_DLINK ...@@ -7,9 +7,7 @@ config NET_VENDOR_DLINK
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_EMULEX ...@@ -7,9 +7,7 @@ config NET_VENDOR_EMULEX
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_FARADAY ...@@ -7,9 +7,7 @@ config NET_VENDOR_FARADAY
default y default y
depends on ARM depends on ARM
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -9,9 +9,7 @@ config NET_VENDOR_FREESCALE ...@@ -9,9 +9,7 @@ config NET_VENDOR_FREESCALE
M523x || M527x || M5272 || M528x || M520x || M532x || \ M523x || M527x || M5272 || M528x || M520x || M532x || \
ARCH_MXC || ARCH_MXS || (PPC_MPC52xx && PPC_BESTCOMM) ARCH_MXC || ARCH_MXS || (PPC_MPC52xx && PPC_BESTCOMM)
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_FUJITSU ...@@ -7,9 +7,7 @@ config NET_VENDOR_FUJITSU
default y default y
depends on PCMCIA depends on PCMCIA
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
the questions about Fujitsu cards. If you say Y, you will be asked for the questions about Fujitsu cards. If you say Y, you will be asked for
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_HISILICON ...@@ -7,9 +7,7 @@ config NET_VENDOR_HISILICON
default y default y
depends on ARM depends on ARM
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_HP ...@@ -7,9 +7,7 @@ config NET_VENDOR_HP
default y default y
depends on ISA || EISA || PCI depends on ISA || EISA || PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -22,9 +20,7 @@ config HP100 ...@@ -22,9 +20,7 @@ config HP100
tristate "HP 10/100VG PCLAN (ISA, EISA, PCI) support" tristate "HP 10/100VG PCLAN (ISA, EISA, PCI) support"
depends on (ISA || EISA || PCI) depends on (ISA || EISA || PCI)
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y here.
the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
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 hp100. will be called hp100.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_I825XX ...@@ -7,9 +7,7 @@ config NET_VENDOR_I825XX
default y default y
depends on NET_VENDOR_INTEL depends on NET_VENDOR_INTEL
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question does not directly affect the Note that the answer to this question does not directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_IBM ...@@ -7,9 +7,7 @@ config NET_VENDOR_IBM
default y default y
depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM) depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -6,9 +6,7 @@ config NET_VENDOR_INTEL ...@@ -6,9 +6,7 @@ config NET_VENDOR_INTEL
bool "Intel devices" bool "Intel devices"
default y default y
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_MARVELL ...@@ -7,9 +7,7 @@ config NET_VENDOR_MARVELL
default y default y
depends on PCI || CPU_PXA168 || MV64X60 || PPC32 || PLAT_ORION || INET depends on PCI || CPU_PXA168 || MV64X60 || PPC32 || PLAT_ORION || INET
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_MELLANOX ...@@ -7,9 +7,7 @@ config NET_VENDOR_MELLANOX
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -8,9 +8,7 @@ config NET_VENDOR_MICREL ...@@ -8,9 +8,7 @@ config NET_VENDOR_MICREL
depends on (HAS_IOMEM && DMA_ENGINE) || SPI || PCI || HAS_IOMEM || \ depends on (HAS_IOMEM && DMA_ENGINE) || SPI || PCI || HAS_IOMEM || \
(ARM && ARCH_KS8695) (ARM && ARCH_KS8695)
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_MICROCHIP ...@@ -7,9 +7,7 @@ config NET_VENDOR_MICROCHIP
default y default y
depends on SPI depends on SPI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_MOXART ...@@ -7,9 +7,7 @@ config NET_VENDOR_MOXART
default y default y
depends on (ARM && ARCH_MOXART) depends on (ARM && ARCH_MOXART)
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_MYRI ...@@ -7,9 +7,7 @@ config NET_VENDOR_MYRI
default y default y
depends on PCI && INET depends on PCI && INET
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say If you have a network (Ethernet) card belonging to this class, say Y.
Y and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -6,9 +6,7 @@ config NET_VENDOR_NATSEMI ...@@ -6,9 +6,7 @@ config NET_VENDOR_NATSEMI
bool "National Semi-conductor devices" bool "National Semi-conductor devices"
default y default y
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -24,8 +22,7 @@ config MACSONIC ...@@ -24,8 +22,7 @@ config MACSONIC
Support for NatSemi SONIC based Ethernet devices. This includes Support for NatSemi SONIC based Ethernet devices. This includes
the onboard Ethernet in many Quadras as well as some LC-PDS, the onboard Ethernet in many Quadras as well as some LC-PDS,
a few Nubus and all known Comm Slot Ethernet cards. If you have a few Nubus and all known Comm Slot Ethernet cards. If you have
one of these say Y and read the Ethernet-HOWTO, available from one of these say Y here.
<http://www.tldp.org/docs.html#howto>.
To compile this driver as a module, choose M here. This module will To compile this driver as a module, choose M here. This module will
be called macsonic. be called macsonic.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_EXAR ...@@ -7,9 +7,7 @@ config NET_VENDOR_EXAR
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say If you have a network (Ethernet) card belonging to this class, say Y.
Y and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_NUVOTON ...@@ -7,9 +7,7 @@ config NET_VENDOR_NUVOTON
default y default y
depends on ARM && ARCH_W90X900 depends on ARM && ARCH_W90X900
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_NVIDIA ...@@ -7,9 +7,7 @@ config NET_VENDOR_NVIDIA
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -22,9 +20,7 @@ config FORCEDETH ...@@ -22,9 +20,7 @@ config FORCEDETH
tristate "nForce Ethernet support" tristate "nForce Ethernet support"
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) controller of this type, say Y and If you have a network (Ethernet) controller of this type, say Y here.
read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
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 forcedeth. will be called forcedeth.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_OKI ...@@ -7,9 +7,7 @@ config NET_VENDOR_OKI
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_PACKET_ENGINE ...@@ -7,9 +7,7 @@ config NET_PACKET_ENGINE
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -23,9 +21,7 @@ config HAMACHI ...@@ -23,9 +21,7 @@ config HAMACHI
depends on PCI 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 here.
the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
To compile this driver as a module, choose M here. The module will be To compile this driver as a module, choose M here. The module will be
called hamachi. called hamachi.
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_PASEMI ...@@ -7,9 +7,7 @@ config NET_VENDOR_PASEMI
default y default y
depends on PPC_PASEMI && PCI && INET depends on PPC_PASEMI && PCI && INET
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_QLOGIC ...@@ -7,9 +7,7 @@ config NET_VENDOR_QLOGIC
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -6,9 +6,7 @@ config NET_VENDOR_QUALCOMM ...@@ -6,9 +6,7 @@ config NET_VENDOR_QUALCOMM
bool "Qualcomm devices" bool "Qualcomm devices"
default y default y
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_RDC ...@@ -7,9 +7,7 @@ config NET_VENDOR_RDC
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_REALTEK ...@@ -7,9 +7,7 @@ config NET_VENDOR_REALTEK
default y default y
depends on PCI || (PARPORT && X86) depends on PCI || (PARPORT && X86)
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -24,8 +22,7 @@ config ATP ...@@ -24,8 +22,7 @@ config ATP
select CRC32 select CRC32
---help--- ---help---
This is a network (Ethernet) device which attaches to your parallel This is a network (Ethernet) device which attaches to your parallel
port. Read <file:drivers/net/ethernet/realtek/atp.c> as well as the port. Read the file <file:drivers/net/ethernet/realtek/atp.c>
Ethernet-HOWTO, available from <http://www.tldp.org/docs.html#howto>,
if you want to use this. If you intend to use this driver, you if you want to use this. If you intend to use this driver, you
should have said N to the "Parallel printer support", because the two should have said N to the "Parallel printer support", because the two
drivers don't like each other. drivers don't like each other.
...@@ -40,9 +37,7 @@ config 8139CP ...@@ -40,9 +37,7 @@ config 8139CP
select MII select MII
---help--- ---help---
This is a driver for the Fast Ethernet PCI network cards based on This is a driver for the Fast Ethernet PCI network cards based on
the RTL8139C+ chips. If you have one of those, say Y and read the RTL8139C+ chips. If you have one of those, say Y here.
the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
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 8139cp. This is recommended. will be called 8139cp. This is recommended.
...@@ -54,8 +49,7 @@ config 8139TOO ...@@ -54,8 +49,7 @@ config 8139TOO
select MII select MII
---help--- ---help---
This is a driver for the Fast Ethernet PCI network cards based on This is a driver for the Fast Ethernet PCI network cards based on
the RTL 8129/8130/8139 chips. If you have one of those, say Y and the RTL 8129/8130/8139 chips. If you have one of those, say Y here.
read the Ethernet-HOWTO <http://www.tldp.org/docs.html#howto>.
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 8139too. This is recommended. will be called 8139too. This is recommended.
......
...@@ -6,9 +6,7 @@ config NET_VENDOR_RENESAS ...@@ -6,9 +6,7 @@ config NET_VENDOR_RENESAS
bool "Renesas devices" bool "Renesas devices"
default y default y
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_SEEQ ...@@ -7,9 +7,7 @@ config NET_VENDOR_SEEQ
default y default y
depends on HAS_IOMEM depends on HAS_IOMEM
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_SGI ...@@ -7,9 +7,7 @@ config NET_VENDOR_SGI
default y default y
depends on (PCI && SGI_IP27) || SGI_IP32 depends on (PCI && SGI_IP27) || SGI_IP32
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -24,9 +22,7 @@ config SGI_IOC3_ETH ...@@ -24,9 +22,7 @@ config SGI_IOC3_ETH
select CRC32 select CRC32
select MII select MII
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y here.
the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
config SGI_O2MACE_ETH config SGI_O2MACE_ETH
tristate "SGI O2 MACE Fast Ethernet support" tristate "SGI O2 MACE Fast Ethernet support"
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_SILAN ...@@ -7,9 +7,7 @@ config NET_VENDOR_SILAN
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_SIS ...@@ -7,9 +7,7 @@ config NET_VENDOR_SIS
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -9,9 +9,7 @@ config NET_VENDOR_SMSC ...@@ -9,9 +9,7 @@ config NET_VENDOR_SMSC
ISA || M32R || MAC || MIPS || MN10300 || NIOS2 || PCI || \ ISA || M32R || MAC || MIPS || MN10300 || NIOS2 || PCI || \
PCMCIA || SUPERH || XTENSA PCMCIA || SUPERH || XTENSA
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -29,8 +27,7 @@ config SMC9194 ...@@ -29,8 +27,7 @@ config SMC9194
option if you have a DELL laptop with the docking station, or option if you have a DELL laptop with the docking station, or
another SMC9192/9194 based chipset. Say Y if you want it compiled another SMC9192/9194 based chipset. Say Y if you want it compiled
into the kernel, and read the file into the kernel, and read the file
<file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO, <file:Documentation/networking/smc9.txt>.
available from <http://www.tldp.org/docs.html#howto>.
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 smc9194. will be called smc9194.
...@@ -46,8 +43,7 @@ config SMC91X ...@@ -46,8 +43,7 @@ config SMC91X
This is a driver for SMC's 91x series of Ethernet chipsets, This is a driver for SMC's 91x series of Ethernet chipsets,
including the SMC91C94 and the SMC91C111. Say Y if you want it including the SMC91C94 and the SMC91C111. Say Y if you want it
compiled into the kernel, and read the file compiled into the kernel, and read the file
<file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO, <file:Documentation/networking/smc9.txt>.
available from <http://www.tldp.org/docs.html#howto>.
This driver is also available as a module ( = code which can be This driver is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want). inserted in and removed from the running kernel whenever you want).
...@@ -85,9 +81,7 @@ config SMC911X ...@@ -85,9 +81,7 @@ config SMC911X
---help--- ---help---
This is a driver for SMSC's LAN911x series of Ethernet chipsets This is a driver for SMSC's LAN911x series of Ethernet chipsets
including the new LAN9115, LAN9116, LAN9117, and LAN9118. including the new LAN9115, LAN9116, LAN9117, and LAN9118.
Say Y if you want it compiled into the kernel, Say Y here if you want it compiled into the kernel.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
This driver is also available as a module. The module will be This driver is also available as a module. The module will be
called smc911x. If you want to compile it as a module, say M called smc911x. If you want to compile it as a module, say M
...@@ -122,9 +116,7 @@ config SMSC9420 ...@@ -122,9 +116,7 @@ config SMSC9420
select SMSC_PHY select SMSC_PHY
---help--- ---help---
This is a driver for SMSC's LAN9420 PCI ethernet adapter. This is a driver for SMSC's LAN9420 PCI ethernet adapter.
Say Y if you want it compiled into the kernel, Say Y here if you want it compiled into the kernel.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
This driver is also available as a module. The module will be This driver is also available as a module. The module will be
called smsc9420. If you want to compile it as a module, say M called smsc9420. If you want to compile it as a module, say M
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_STMICRO ...@@ -7,9 +7,7 @@ config NET_VENDOR_STMICRO
default y default y
depends on HAS_IOMEM depends on HAS_IOMEM
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_SUN ...@@ -7,9 +7,7 @@ config NET_VENDOR_SUN
default y default y
depends on SUN3 || SBUS || PCI || SUN_LDOMS depends on SUN3 || SBUS || PCI || SUN_LDOMS
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say If you have a network (Ethernet) card belonging to this class, say Y.
Y and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_TEHUTI ...@@ -7,9 +7,7 @@ config NET_VENDOR_TEHUTI
default y default y
depends on PCI depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_TI ...@@ -7,9 +7,7 @@ config NET_VENDOR_TI
default y default y
depends on PCI || EISA || AR7 || ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE depends on PCI || EISA || AR7 || ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
...@@ -110,9 +108,7 @@ config TLAN ...@@ -110,9 +108,7 @@ config TLAN
depends on (PCI || EISA) depends on (PCI || EISA)
---help--- ---help---
If you have a PCI Ethernet network card based on the ThunderLAN chip If you have a PCI Ethernet network card based on the ThunderLAN chip
which is supported by this driver, say Y and read the which is supported by this driver, say Y here.
Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Devices currently supported by this driver are Compaq Netelligent, Devices currently supported by this driver are Compaq Netelligent,
Compaq NetFlex and Olicom cards. Please read the file Compaq NetFlex and Olicom cards. Please read the file
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_TOSHIBA ...@@ -7,9 +7,7 @@ config NET_VENDOR_TOSHIBA
default y default y
depends on PCI && (PPC_IBM_CELL_BLADE || MIPS) || PPC_PS3 depends on PCI && (PPC_IBM_CELL_BLADE || MIPS) || PPC_PS3
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_TUNDRA ...@@ -7,9 +7,7 @@ config NET_VENDOR_TUNDRA
default y default y
depends on TSI108_BRIDGE depends on TSI108_BRIDGE
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -6,9 +6,7 @@ config NET_VENDOR_VIA ...@@ -6,9 +6,7 @@ config NET_VENDOR_VIA
bool "VIA devices" bool "VIA devices"
default y default y
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_WIZNET ...@@ -7,9 +7,7 @@ config NET_VENDOR_WIZNET
depends on HAS_IOMEM depends on HAS_IOMEM
default y default y
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_XILINX ...@@ -7,9 +7,7 @@ config NET_VENDOR_XILINX
default y default y
depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -7,9 +7,7 @@ config NET_VENDOR_XIRCOM ...@@ -7,9 +7,7 @@ config NET_VENDOR_XIRCOM
default y default y
depends on PCMCIA depends on PCMCIA
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
...@@ -8,9 +8,7 @@ config NET_VENDOR_XSCALE ...@@ -8,9 +8,7 @@ config NET_VENDOR_XSCALE
depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \ depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \
IXP4XX_NPE && IXP4XX_QMGR) IXP4XX_NPE && IXP4XX_QMGR)
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y.
and read the Ethernet-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
Note that the answer to this question does not directly affect the Note that the answer to this question does not directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
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