hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/net/ethernet/8390/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # 8390 device configuration
34 #
....@@ -6,20 +7,20 @@
67 bool "National Semiconductor 8390 devices"
78 default y
89 depends on NET_VENDOR_NATSEMI
9
- ---help---
10
+ help
1011 If you have a network (Ethernet) card belonging to this class, say Y.
1112
1213 Note that the answer to this question doesn't directly affect the
1314 kernel: saying N will just cause the configurator to skip all
14
- the questions about Western Digital cards. If you say Y, you will be
15
- asked for your specific card in the following questions.
15
+ the questions about National Semiconductor 8390 cards. If you say Y,
16
+ you will be asked for your specific card in the following questions.
1617
1718 if NET_VENDOR_8390
1819
1920 config PCMCIA_AXNET
2021 tristate "Asix AX88190 PCMCIA support"
2122 depends on PCMCIA
22
- ---help---
23
+ help
2324 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
2425 (PC-card) Fast Ethernet card to your computer. These cards are
2526 nearly NE2000 compatible but need a separate driver due to a few
....@@ -34,7 +35,7 @@
3435 select CRC32
3536 select PHYLIB
3637 select MDIO_BITBANG
37
- ---help---
38
+ help
3839 AX88796 driver, using platform bus to provide
3940 chip detection and resources
4041
....@@ -42,7 +43,7 @@
4243 bool "ASIX AX88796 external 93CX6 eeprom support"
4344 depends on AX88796
4445 select EEPROM_93CX6
45
- ---help---
46
+ help
4647 Select this if your platform comes with an external 93CX6 eeprom.
4748
4849 config XSURF100
....@@ -62,7 +63,7 @@
6263 tristate "Hydra support"
6364 depends on ZORRO
6465 select CRC32
65
- ---help---
66
+ help
6667 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
6768
6869 To compile this driver as a module, choose M here: the module
....@@ -72,7 +73,7 @@
7273 tristate "I-cubed EtherH/ANT EtherM support"
7374 depends on ARM && ARCH_ACORN
7475 select CRC32
75
- ---help---
76
+ help
7677 If you have an Acorn system with one of these network cards, you
7778 should say Y to this option if you wish to use it with Linux.
7879
....@@ -80,7 +81,7 @@
8081 tristate "Macintosh NS 8390 based ethernet cards"
8182 depends on MAC
8283 select CRC32
83
- ---help---
84
+ help
8485 If you want to include a driver to support Nubus or LC-PDS
8586 Ethernet cards using an NS8390 chipset or its equivalent, say Y.
8687
....@@ -88,7 +89,7 @@
8889 tristate "ColdFire NS8390 based Ethernet support"
8990 depends on COLDFIRE
9091 select CRC32
91
- ---help---
92
+ help
9293 This driver is for Ethernet devices using an NS8390-compatible
9394 chipset on many common ColdFire CPU based boards. Many of the older
9495 Freescale dev boards use this, and some other common boards like
....@@ -102,7 +103,7 @@
102103 tristate "NE2000/NE1000 support"
103104 depends on (ISA || (Q40 && m) || MACH_TX49XX || ATARI_ETHERNEC)
104105 select CRC32
105
- ---help---
106
+ help
106107 If you have a network (Ethernet) card of this type, say Y here.
107108 Many Ethernet cards without a specific driver are compatible with
108109 the NE2000.
....@@ -117,7 +118,7 @@
117118 tristate "PCI NE2000 and clones support (see help)"
118119 depends on PCI
119120 select CRC32
120
- ---help---
121
+ help
121122 This driver is for NE2000 compatible PCI cards. It will not work
122123 with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
123124 support" below). If you have a PCI NE2000 network (Ethernet) card,
....@@ -135,7 +136,7 @@
135136 tristate "PCMCIA NE2000 support"
136137 depends on AMIGA_PCMCIA
137138 select CRC32
138
- ---help---
139
+ help
139140 If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise,
140141 say N.
141142
....@@ -146,7 +147,7 @@
146147 tristate "NE2000 compatible PCMCIA support"
147148 depends on PCMCIA
148149 select CRC32
149
- ---help---
150
+ help
150151 Say Y here if you intend to attach an NE2000 compatible PCMCIA
151152 (PC-card) Ethernet or Fast Ethernet card to your computer.
152153
....@@ -157,7 +158,7 @@
157158 tristate "National DP83902AV support"
158159 depends on SUPERH
159160 select CRC32
160
- ---help---
161
+ help
161162 Support for cards based on the National Semiconductor DP83902AV
162163 ST-NIC Serial Network Interface Controller for Twisted Pair. This
163164 is a 10Mbit/sec Ethernet controller. Product overview and specs at
....@@ -169,7 +170,7 @@
169170 tristate "SMC Ultra support"
170171 depends on ISA
171172 select CRC32
172
- ---help---
173
+ help
173174 If you have a network (Ethernet) card of this type, say Y here.
174175
175176 Important: There have been many reports that, with some motherboards
....@@ -186,7 +187,7 @@
186187 tristate "WD80*3 support"
187188 depends on ISA
188189 select CRC32
189
- ---help---
190
+ help
190191 If you have a network (Ethernet) card of this type, say Y here.
191192
192193 To compile this driver as a module, choose M here. The module
....@@ -196,7 +197,7 @@
196197 tristate "Zorro NS8390-based Ethernet support"
197198 depends on ZORRO
198199 select CRC32
199
- ---help---
200
+ help
200201 This driver is for Zorro Ethernet cards using an NS8390-compatible
201202 chipset, like the Village Tronic Ariadne II and the Individual
202203 Computers X-Surf Ethernet cards. If you have such a card, say Y.