80d291ea672f16af9b31208447e6bfd4c856d7f1
[firefly-linux-kernel-4.4.55.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 PCMCIA_XIRC2PS
25         tristate "Xircom 16-bit PCMCIA support"
26         help
27           Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
28           Ethernet or Fast Ethernet card to your computer.
29
30           To compile this driver as a module, choose M here: the module will be
31           called xirc2ps_cs.  If unsure, say N.
32
33 config ARCNET_COM20020_CS
34         tristate "COM20020 ARCnet PCMCIA support"
35         depends on ARCNET_COM20020
36         help
37           Say Y here if you intend to attach this type of ARCnet PCMCIA card
38           to your computer.
39
40           To compile this driver as a module, choose M here: the module will be
41           called com20020_cs.  If unsure, say N.
42
43 config PCMCIA_IBMTR
44         tristate "IBM PCMCIA tokenring adapter support"
45         depends on IBMTR!=y && TR
46         help
47           Say Y here if you intend to attach this type of Token Ring PCMCIA
48           card to your computer. You then also need to say Y to "Token Ring
49           driver support".
50
51           To compile this driver as a module, choose M here: the module will be
52           called ibmtr_cs.
53
54 endif # NET_PCMCIA