aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/net/arcnet/Kconfig
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'drivers/net/arcnet/Kconfig')
-rw-r--r--drivers/net/arcnet/Kconfig12
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/net/arcnet/Kconfig b/drivers/net/arcnet/Kconfig
index 84fb6349a59..3b2f7f11546 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 || PCMCIA) 6 depends on NETDEVICES && (ISA || PCI)
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,14 +123,4 @@ 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
136endif # ARCNET 126endif # ARCNET