ixbmtr_cs: Move the IBM PCMCIA Token Ring driver
[pandora-kernel.git] / drivers / net / pcmcia / Kconfig
1 #
2 # PCMCIA Network device configuration
3 #
4
5 menuconfig 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
22 if NET_PCMCIA && PCMCIA
23
24 config 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
34 endif # NET_PCMCIA