Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56976
b: refs/heads/master
c: 4285900
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed May 24, 2007
1 parent 4363463 commit 7581ecc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a31b19c514664b8161b956f8da45d8a9166da0c6
refs/heads/master: 42859007f458f305624009862d6ca818e3c5be57
17 changes: 4 additions & 13 deletions trunk/drivers/net/arcnet/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
# Arcnet configuration
#

menu "ARCnet devices"
menuconfig ARCNET
depends on NETDEVICES && (ISA || PCI)

config ARCNET
tristate "ARCnet support"
---help---
If you have a network card of this type, say Y and check out the
Expand All @@ -25,9 +23,10 @@ config ARCNET
<file:Documentation/networking/net-modules.txt>. The module will
be called arcnet.

if ARCNET

config ARCNET_1201
tristate "Enable standard ARCNet packet format (RFC 1201)"
depends on ARCNET
help
This allows you to use RFC1201 with your ARCnet card via the virtual
arc0 device. You need to say Y here to communicate with
Expand All @@ -38,7 +37,6 @@ config ARCNET_1201

config ARCNET_1051
tristate "Enable old ARCNet packet format (RFC 1051)"
depends on ARCNET
---help---
This allows you to use RFC1051 with your ARCnet card via the virtual
arc0s device. You only need arc0s if you want to talk to ARCnet
Expand All @@ -53,15 +51,13 @@ config ARCNET_1051

config ARCNET_RAW
tristate "Enable raw mode packet interface"
depends on ARCNET
help
ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
to work unless talking to a copy of the same Linux arcnet driver,
but perhaps marginally faster in that case.

config ARCNET_CAP
tristate "Enable CAP mode packet interface"
depends on ARCNET
help
ARCnet "cap mode" packet encapsulation. Used to get the hardware
acknowledge back to userspace. After the initial protocol byte every
Expand All @@ -80,7 +76,6 @@ config ARCNET_CAP

config ARCNET_COM90xx
tristate "ARCnet COM90xx (normal) chipset driver"
depends on ARCNET
help
This is the chipset driver for the standard COM90xx cards. If you
have always used the old ARCnet driver without knowing what type of
Expand All @@ -92,7 +87,6 @@ config ARCNET_COM90xx

config ARCNET_COM90xxIO
tristate "ARCnet COM90xx (IO mapped) chipset driver"
depends on ARCNET
---help---
This is the chipset driver for the COM90xx cards, using them in
IO-mapped mode instead of memory-mapped mode. This is slower than
Expand All @@ -105,7 +99,6 @@ config ARCNET_COM90xxIO

config ARCNET_RIM_I
tristate "ARCnet COM90xx (RIM I) chipset driver"
depends on ARCNET
---help---
This is yet another chipset driver for the COM90xx cards, but this
time only using memory-mapped mode, and no IO ports at all. This
Expand All @@ -118,7 +111,6 @@ config ARCNET_RIM_I

config ARCNET_COM20020
tristate "ARCnet COM20020 chipset driver"
depends on ARCNET
help
This is the driver for the new COM20020 chipset. It supports such
things as promiscuous mode, so packet sniffing is possible, and
Expand All @@ -136,5 +128,4 @@ config ARCNET_COM20020_PCI
tristate "Support for COM20020 on PCI"
depends on ARCNET_COM20020 && PCI

endmenu

endif # ARCNET

0 comments on commit 7581ecc

Please sign in to comment.