aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/arcnet/Kconfig')
-rw-r--r--drivers/net/arcnet/Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/net/arcnet/Kconfig b/drivers/net/arcnet/Kconfig
index 3b2f7f115464..84fb6349a59a 100644
--- a/drivers/net/arcnet/Kconfig
+++ b/drivers/net/arcnet/Kconfig
@@ -3,7 +3,7 @@
3# 3#
4 4
5menuconfig ARCNET 5menuconfig ARCNET
6 depends on NETDEVICES && (ISA || PCI) 6 depends on NETDEVICES && (ISA || PCI || PCMCIA)
7 tristate "ARCnet support" 7 tristate "ARCnet support"
8 ---help--- 8 ---help---
9 If you have a network card of this type, say Y and check out the 9 If you have a network card of this type, say Y and check out the
@@ -123,4 +123,14 @@ config ARCNET_COM20020_PCI
123 tristate "Support for COM20020 on PCI" 123 tristate "Support for COM20020 on PCI"
124 depends on ARCNET_COM20020 && PCI 124 depends on ARCNET_COM20020 && PCI
125 125
126config ARCNET_COM20020_CS
127 tristate "COM20020 ARCnet PCMCIA support"
128 depends on ARCNET_COM20020 && PCMCIA
129 help
130 Say Y here if you intend to attach this type of ARCnet PCMCIA card
131 to your computer.
132
133 To compile this driver as a module, choose M here: the module will be
134 called com20020_cs. If unsure, say N.
135
126endif # ARCNET 136endif # ARCNET