aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pcmcia/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/pcmcia/Kconfig')
-rw-r--r--drivers/net/pcmcia/Kconfig34
1 files changed, 0 insertions, 34 deletions
diff --git a/drivers/net/pcmcia/Kconfig b/drivers/net/pcmcia/Kconfig
deleted file mode 100644
index ff4deb0ace4d..000000000000
--- a/drivers/net/pcmcia/Kconfig
+++ /dev/null
@@ -1,34 +0,0 @@
1#
2# PCMCIA Network device configuration
3#
4
5menuconfig NET_PCMCIA
6 bool "PCMCIA network device support"
7 depends on PCMCIA
8 ---help---
9 Say Y if you would like to include support for any PCMCIA or CardBus
10 network adapters, then say Y to the driver for your particular card
11 below. PCMCIA- or PC-cards are credit-card size devices often used
12 with laptops computers; CardBus is the newer and faster version of
13 PCMCIA.
14
15 To use your PC-cards, you will need supporting software from David
16 Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
17 for location). You also want to check out the PCMCIA-HOWTO,
18 available from <http://www.tldp.org/docs.html#howto>.
19
20 If unsure, say N.
21
22if NET_PCMCIA && PCMCIA
23
24config ARCNET_COM20020_CS
25 tristate "COM20020 ARCnet PCMCIA support"
26 depends on ARCNET_COM20020
27 help
28 Say Y here if you intend to attach this type of ARCnet PCMCIA card
29 to your computer.
30
31 To compile this driver as a module, choose M here: the module will be
32 called com20020_cs. If unsure, say N.
33
34endif # NET_PCMCIA