URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [net/] [arcnet/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
## Arcnet configuration#menuconfig ARCNETdepends on NETDEVICES && (ISA || PCI)tristate "ARCnet support"---help---If you have a network card of this type, say Y and check out the(arguably) beautiful poetry in<file:Documentation/networking/arcnet.txt>.You need both this driver, and the driver for the particular ARCnetchipset of your card. If you don't know, then it's probably aCOM90xx type card, so say Y (or M) to "ARCnet COM90xx chipsetsupport" below.You might also want to have a look at the Ethernet-HOWTO, availablefrom <http://www.tldp.org/docs.html#howto>(even though ARCnetis not really Ethernet).To compile this driver as a module, choose M here. The module willbe called arcnet.if ARCNETconfig ARCNET_1201tristate "Enable standard ARCNet packet format (RFC 1201)"helpThis allows you to use RFC1201 with your ARCnet card via the virtualarc0 device. You need to say Y here to communicate withindustry-standard RFC1201 implementations, like the arcether.compacket driver or most DOS/Windows ODI drivers. Please read theARCnet documentation in <file:Documentation/networking/arcnet.txt>for more information about using arc0.config ARCNET_1051tristate "Enable old ARCNet packet format (RFC 1051)"---help---This allows you to use RFC1051 with your ARCnet card via the virtualarc0s device. You only need arc0s if you want to talk to ARCnetsoftware complying with the "old" standard, specifically, the DOSarcnet.com packet driver, Amigas running AmiTCP, and some variantsof NetBSD. You do not need to say Y here to communicate withindustry-standard RFC1201 implementations, like the arcether.compacket driver or most DOS/Windows ODI drivers. RFC1201 is includedautomatically as the arc0 device. Please read the ARCnetdocumentation in <file:Documentation/networking/arcnet.txt> for moreinformation about using arc0e and arc0s.config ARCNET_RAWtristate "Enable raw mode packet interface"helpARCnet "raw mode" packet encapsulation, no soft headers. Unlikelyto work unless talking to a copy of the same Linux arcnet driver,but perhaps marginally faster in that case.config ARCNET_CAPtristate "Enable CAP mode packet interface"helpARCnet "cap mode" packet encapsulation. Used to get the hardwareacknowledge back to userspace. After the initial protocol byte everypacket is stuffed with an extra 4 byte "cookie" which doesn'tactually appear on the network. After transmit the driver will sendback a packet with protocol byte 0 containing the status of thetransmission:0=no hardware acknowledge1=excessive nak2=transmission accepted by the receiver hardwareReceived packets are also stuffed with the extra 4 bytes but it willbe random data.Cap only listens to protocol 1-8.config ARCNET_COM90xxtristate "ARCnet COM90xx (normal) chipset driver"helpThis is the chipset driver for the standard COM90xx cards. If youhave always used the old ARCnet driver without knowing what type ofcard you had, this is probably the one for you.To compile this driver as a module, choose M here. The module willbe called com90xx.config ARCNET_COM90xxIOtristate "ARCnet COM90xx (IO mapped) chipset driver"---help---This is the chipset driver for the COM90xx cards, using them inIO-mapped mode instead of memory-mapped mode. This is slower thanthe normal driver. Only use it if your card doesn't support sharedmemory.To compile this driver as a module, choose M here. The module willbe called com90io.config ARCNET_RIM_Itristate "ARCnet COM90xx (RIM I) chipset driver"---help---This is yet another chipset driver for the COM90xx cards, but thistime only using memory-mapped mode, and no IO ports at all. Thisdriver is completely untested, so if you have one of these cards,please mail <dwmw2@infradead.org>, especially if it works!To compile this driver as a module, choose M here. The module willbe called arc-rimi.config ARCNET_COM20020tristate "ARCnet COM20020 chipset driver"helpThis is the driver for the new COM20020 chipset. It supports suchthings as promiscuous mode, so packet sniffing is possible, andextra diagnostic information.To compile this driver as a module, choose M here. The module willbe called com20020.config ARCNET_COM20020_ISAtristate "Support for COM20020 on ISA"depends on ARCNET_COM20020 && ISAconfig ARCNET_COM20020_PCItristate "Support for COM20020 on PCI"depends on ARCNET_COM20020 && PCIendif # ARCNET
