diff options
| author | Steven Cole <elenstev@mesatop.com> | 2002-02-12 19:58:48 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-02-12 19:58:48 -0800 |
| commit | 9b04ae8c2d16e2b1539aeffee84d4f8fb47aca5a (patch) | |
| tree | f522015a93abf4858d6d41bfdc7685eb777eeec1 | |
| parent | 58eca8bda4cb2069e97916d3610cf2f231cb436f (diff) | |
[PATCH] 2.5.4, add help texts to drivers/net/pcmcia/Config.help
Add help texts for CONFIG_PCMCIA_AXNET and CONFIG_PCMCIA_XIRCOM
| -rw-r--r-- | drivers/net/pcmcia/Config.help | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/net/pcmcia/Config.help b/drivers/net/pcmcia/Config.help index 705a847566a7..17c240b36465 100644 --- a/drivers/net/pcmcia/Config.help +++ b/drivers/net/pcmcia/Config.help @@ -93,6 +93,18 @@ CONFIG_PCMCIA_XIRC2PS as a module, say M here and read <file:Documentation/modules.txt>. If unsure, say N. +CONFIG_PCMCIA_AXNET + Say Y here if you intend to attach an Asix AX88190-based PCMCIA + (PC-card) Fast Ethernet card to your computer. These cards are + nearly NE2000 compatible but need a separate driver due to a few + misfeatures. + + This driver is also available as a module ( = code which can be + inserted in and removed from the running kernel whenever you want). + The module will be called axnet_cs.o. If you want to compile it as + a module, say M here and read <file:Documentation/modules.txt>. If + unsure, say N. + CONFIG_ARCNET_COM20020_CS Say Y here if you intend to attach this type of ARCnet PCMCIA card to your computer. @@ -113,6 +125,18 @@ CONFIG_PCMCIA_IBMTR The module will be called ibmtr_cs.o. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. +CONFIG_PCMCIA_XIRCOM + This driver is for the Digital "Tulip" Ethernet CardBus adapters. + It should work with most DEC 21*4*-based chips/ethercards, as well + as with work-alike chips from Lite-On (PNIC) and Macronix (MXIC) and + ASIX. + + This driver is also available as a module ( = code which can be + inserted in and removed from the running kernel whenever you want). + The module will be called xircom_tulip_cb.o. If you want to compile + it as a module, say M here and read + <file:Documentation/modules.txt>. If unsure, say N. + CONFIG_PCMCIA_XIRTULIP This driver is for the Digital "Tulip" Ethernet CardBus adapters. It should work with most DEC 21*4*-based chips/ethercards, as well |
