hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/atm/Kconfig
....@@ -7,7 +7,7 @@
77 bool "ATM drivers"
88 depends on NETDEVICES && ATM
99 default y
10
- ---help---
10
+ help
1111 Say Y here to get to see options for Asynchronous Transfer Mode
1212 device drivers. This option alone does not add any kernel code.
1313
....@@ -40,7 +40,7 @@
4040 config ATM_ENI
4141 tristate "Efficient Networks ENI155P"
4242 depends on PCI
43
- ---help---
43
+ help
4444 Driver for the Efficient Networks ENI155p series and SMC ATM
4545 Power155 155 Mbps ATM adapters. Both, the versions with 512KB and
4646 2MB on-board RAM (Efficient calls them "C" and "S", respectively),
....@@ -64,7 +64,7 @@
6464 config ATM_ENI_TUNE_BURST
6565 bool "Fine-tune burst settings"
6666 depends on ATM_ENI
67
- ---help---
67
+ help
6868 In order to obtain good throughput, the ENI NIC can transfer
6969 multiple words of data per PCI bus access cycle. Such a multi-word
7070 transfer is called a burst.
....@@ -256,7 +256,7 @@
256256 config ATM_AMBASSADOR_DEBUG
257257 bool "Enable debugging messages"
258258 depends on ATM_AMBASSADOR
259
- ---help---
259
+ help
260260 Somewhat useful debugging messages are available. The choice of
261261 messages is controlled by a bitmap. This may be specified as a
262262 module argument (kernel command line argument as well?), changed
....@@ -280,7 +280,7 @@
280280 config ATM_HORIZON_DEBUG
281281 bool "Enable debugging messages"
282282 depends on ATM_HORIZON
283
- ---help---
283
+ help
284284 Somewhat useful debugging messages are available. The choice of
285285 messages is controlled by a bitmap. This may be specified as a
286286 module argument (kernel command line argument as well?), changed
....@@ -296,7 +296,7 @@
296296 config ATM_IA
297297 tristate "Interphase ATM PCI x575/x525/x531"
298298 depends on PCI
299
- ---help---
299
+ help
300300 This is a driver for the Interphase (i)ChipSAR adapter cards
301301 which include a variety of variants in term of the size of the
302302 control memory (128K-1KVC, 512K-4KVC), the size of the packet
....@@ -306,13 +306,14 @@
306306 for more info about the cards. Say Y (or M to compile as a module
307307 named iphase) here if you have one of these cards.
308308
309
- See the file <file:Documentation/networking/iphase.txt> for further
310
- details.
309
+ See the file
310
+ <file:Documentation/networking/device_drivers/atm/iphase.rst>
311
+ for further details.
311312
312313 config ATM_IA_DEBUG
313314 bool "Enable debugging messages"
314315 depends on ATM_IA
315
- ---help---
316
+ help
316317 Somewhat useful debugging messages are available. The choice of
317318 messages is controlled by a bitmap. This may be specified as a
318319 module argument (kernel command line argument as well?), changed
....@@ -330,13 +331,14 @@
330331 tristate "FORE Systems 200E-series"
331332 depends on (PCI || SBUS)
332333 select FW_LOADER
333
- ---help---
334
+ help
334335 This is a driver for the FORE Systems 200E-series ATM adapter
335336 cards. It simultaneously supports PCA-200E and SBA-200E models
336337 on PCI and SBUS hosts. Say Y (or M to compile as a module
337338 named fore_200e) here if you have one of these ATM adapters.
338339
339
- See the file <file:Documentation/networking/fore200e.txt> for
340
+ See the file
341
+ <file:Documentation/networking/device_drivers/atm/fore200e.rst> for
340342 further details.
341343
342344 config ATM_FORE200E_USE_TASKLET
....@@ -352,7 +354,7 @@
352354 int "Maximum number of tx retries"
353355 depends on ATM_FORE200E
354356 default "16"
355
- ---help---
357
+ help
356358 Specifies the number of times the driver attempts to transmit
357359 a message before giving up, if the transmit queue of the ATM card
358360 is transiently saturated.