public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.4, add help texts to drivers/net/pcmcia/Config.help
@ 2002-02-13 17:59 Steven Cole
  2002-02-13 18:11 ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Cole @ 2002-02-13 17:59 UTC (permalink / raw)
  To: David Hinds; +Cc: Linus Torvalds, linux-kernel

In drivers/net/pcmcia/Config.in, there are two options which currently do
not have help texts in drivers/net/pcmcia/Config.help.  Here are snippets
from the Config.in for these options:

dep_tristate '  broken NS8390-cards support' CONFIG_PCMCIA_AXNET $CONFIG_PCMCIA

if [ "$CONFIG_CARDBUS" = "y" ]; then
     tristate '  Xircom CardBus support (new driver)' CONFIG_PCMCIA_XIRCOM
     tristate '  Xircom Tulip-like CardBus support (old driver)' CONFIG_PCMCIA_XIRTULIP
fi

Here is a patch to drivers/net/pcmcia/Config.help to add these help texts.

Steven

--- linux-2.5.4/drivers/net/pcmcia/Config.help.orig     Wed Feb 13 10:28:50 2002
+++ linux-2.5.4/drivers/net/pcmcia/Config.help  Wed Feb 13 10:34:10 2002
@@ -93,6 +93,18 @@
   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 @@
   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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-02-13 22:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-13 17:59 [PATCH] 2.5.4, add help texts to drivers/net/pcmcia/Config.help Steven Cole
2002-02-13 18:11 ` Jeff Garzik
2002-02-13 22:22   ` Alessandro Suardi
2002-02-13 22:41     ` Steven Cole

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox