brintos

brintos / linux-shallow public Read only

0
0
Text · 6.5 KiB · 345f250 Raw
213 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# 8390 device configuration4#5 6config NET_VENDOR_83907	bool "National Semiconductor 8390 devices"8	default y9	depends on NET_VENDOR_NATSEMI10	help11	  If you have a network (Ethernet) card belonging to this class, say Y.12 13	  Note that the answer to this question doesn't directly affect the14	  kernel: saying N will just cause the configurator to skip all15	  the questions about National Semiconductor 8390 cards. If you say Y,16	  you will be asked for your specific card in the following questions.17 18if NET_VENDOR_839019 20config PCMCIA_AXNET21	tristate "Asix AX88190 PCMCIA support"22	depends on PCMCIA && HAS_IOPORT23	help24	  Say Y here if you intend to attach an Asix AX88190-based PCMCIA25	  (PC-card) Fast Ethernet card to your computer.  These cards are26	  nearly NE2000 compatible but need a separate driver due to a few27	  misfeatures.28 29	  To compile this driver as a module, choose M here: the module will be30	  called axnet_cs.  If unsure, say N.31 32config AX8879633	tristate "ASIX AX88796 NE2000 clone support" if !ZORRO34	depends on (ARM || MIPS || SUPERH || ZORRO || COMPILE_TEST)35	select CRC3236	select PHYLIB37	select MDIO_BITBANG38	help39	  AX88796 driver, using platform bus to provide40	  chip detection and resources41 42config AX88796_93CX643	bool "ASIX AX88796 external 93CX6 eeprom support"44	depends on AX8879645	select EEPROM_93CX646	help47	  Select this if your platform comes with an external 93CX6 eeprom.48 49config XSURF10050	tristate "Amiga XSurf 100 AX88796/NE2000 clone support"51	depends on ZORRO52	select AX8879653	select AX88796B_PHY54	help55	  This driver is for the Individual Computers X-Surf 100 Ethernet56	  card (based on the Asix AX88796 chip). If you have such a card,57	  say Y. Otherwise, say N.58 59	  To compile this driver as a module, choose M here: the module60	  will be called xsurf100.61 62config HYDRA63	tristate "Hydra support"64	depends on ZORRO65	select CRC3266	help67	  If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.68 69	  To compile this driver as a module, choose M here: the module70	  will be called hydra.71 72config ARM_ETHERH73	tristate "I-cubed EtherH/ANT EtherM support"74	depends on ARM && ARCH_ACORN75	select CRC3276	help77	  If you have an Acorn system with one of these network cards, you78	  should say Y to this option if you wish to use it with Linux.79 80config MAC839081	tristate "Macintosh NS 8390 based ethernet cards"82	depends on MAC83	select CRC3284	help85	  If you want to include a driver to support Nubus or LC-PDS86	  Ethernet cards using an NS8390 chipset or its equivalent, say Y.87 88config MCF839089	tristate "ColdFire NS8390 based Ethernet support"90	depends on COLDFIRE91	select CRC3292	help93	  This driver is for Ethernet devices using an NS8390-compatible94	  chipset on many common ColdFire CPU based boards. Many of the older95	  Freescale dev boards use this, and some other common boards like96	  some SnapGear routers do as well.97 98	  If you have one of these boards and want to use the network interface99	  on them then choose Y. To compile this driver as a module, choose M100	  here, the module will be called mcf8390.101 102config NE2000103	tristate "NE2000/NE1000 support"104	depends on (ISA || (Q40 && m) || MACH_TX49XX || ATARI_ETHERNEC)105	select NETDEV_LEGACY_INIT if ISA106	select CRC32107	help108	  If you have a network (Ethernet) card of this type, say Y here.109	  Many Ethernet cards without a specific driver are compatible with110	  the NE2000.111 112	  If you have a PCI NE2000 card however, say N here and Y to "PCI113	  NE2000 and clone support" below.114 115	  To compile this driver as a module, choose M here. The module116	  will be called ne.117 118config NE2K_PCI119	tristate "PCI NE2000 and clones support (see help)"120	depends on PCI && HAS_IOPORT121	select CRC32122	help123	  This driver is for NE2000 compatible PCI cards. It will not work124	  with ISA NE2000 cards (they have their own driver, "NE2000/NE1000125	  support" below). If you have a PCI NE2000 network (Ethernet) card,126	  say Y here.127 128	  This driver also works for the following NE2000 clone cards:129	  RealTek RTL-8029  Winbond 89C940  Compex RL2000  KTI ET32P2130	  NetVin NV5000SC   Via 86C926      SureCom NE34   Winbond131	  Holtek HT80232    Holtek HT80229132 133	  To compile this driver as a module, choose M here. The module134	  will be called ne2k-pci.135 136config APNE137	tristate "PCMCIA NE2000 support"138	depends on AMIGA_PCMCIA139	select CRC32140	help141	  If you have a PCMCIA NE2000 compatible adapter, say Y.  Otherwise,142	  say N.143 144	  To compile this driver as a module, choose M here: the module145	  will be called apne.146 147config PCMCIA_PCNET148	tristate "NE2000 compatible PCMCIA support"149	depends on PCMCIA && HAS_IOPORT150	select CRC32151	help152	  Say Y here if you intend to attach an NE2000 compatible PCMCIA153	  (PC-card) Ethernet or Fast Ethernet card to your computer.154 155	  To compile this driver as a module, choose M here: the module will be156	  called pcnet_cs.  If unsure, say N.157 158config STNIC159	tristate "National DP83902AV  support"160	depends on SUPERH161	select CRC32162	help163	  Support for cards based on the National Semiconductor DP83902AV164	  ST-NIC Serial Network Interface Controller for Twisted Pair.  This165	  is a 10Mbit/sec Ethernet controller.  Product overview and specs at166	  <http://www.national.com/pf/DP/DP83902A.html>.167 168	  If unsure, say N.169 170config ULTRA171	tristate "SMC Ultra support"172	depends on ISA173	select NETDEV_LEGACY_INIT174	select CRC32175	help176	  If you have a network (Ethernet) card of this type, say Y here.177 178	  Important: There have been many reports that, with some motherboards179	  mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,180	  such as some BusLogic models) causes corruption problems with many181	  operating systems. The Linux smc-ultra driver has a work-around for182	  this but keep it in mind if you have such a SCSI card and have183	  problems.184 185	  To compile this driver as a module, choose M here. The module186	  will be called smc-ultra.187 188config WD80x3189	tristate "WD80*3 support"190	depends on ISA191	select NETDEV_LEGACY_INIT192	select CRC32193	help194	  If you have a network (Ethernet) card of this type, say Y here.195 196	  To compile this driver as a module, choose M here. The module197	  will be called wd.198 199config ZORRO8390200	tristate "Zorro NS8390-based Ethernet support"201	depends on ZORRO202	select CRC32203	help204	  This driver is for Zorro Ethernet cards using an NS8390-compatible205	  chipset, like the Village Tronic Ariadne II and the Individual206	  Computers X-Surf Ethernet cards. If you have such a card, say Y.207	  Otherwise, say N.208 209	  To compile this driver as a module, choose M here: the module210	  will be called zorro8390.211 212endif # NET_VENDOR_8390213