.. | .. |
---|
7 | 7 | bool "ATM drivers" |
---|
8 | 8 | depends on NETDEVICES && ATM |
---|
9 | 9 | default y |
---|
10 | | - ---help--- |
---|
| 10 | + help |
---|
11 | 11 | Say Y here to get to see options for Asynchronous Transfer Mode |
---|
12 | 12 | device drivers. This option alone does not add any kernel code. |
---|
13 | 13 | |
---|
.. | .. |
---|
40 | 40 | config ATM_ENI |
---|
41 | 41 | tristate "Efficient Networks ENI155P" |
---|
42 | 42 | depends on PCI |
---|
43 | | - ---help--- |
---|
| 43 | + help |
---|
44 | 44 | Driver for the Efficient Networks ENI155p series and SMC ATM |
---|
45 | 45 | Power155 155 Mbps ATM adapters. Both, the versions with 512KB and |
---|
46 | 46 | 2MB on-board RAM (Efficient calls them "C" and "S", respectively), |
---|
.. | .. |
---|
64 | 64 | config ATM_ENI_TUNE_BURST |
---|
65 | 65 | bool "Fine-tune burst settings" |
---|
66 | 66 | depends on ATM_ENI |
---|
67 | | - ---help--- |
---|
| 67 | + help |
---|
68 | 68 | In order to obtain good throughput, the ENI NIC can transfer |
---|
69 | 69 | multiple words of data per PCI bus access cycle. Such a multi-word |
---|
70 | 70 | transfer is called a burst. |
---|
.. | .. |
---|
256 | 256 | config ATM_AMBASSADOR_DEBUG |
---|
257 | 257 | bool "Enable debugging messages" |
---|
258 | 258 | depends on ATM_AMBASSADOR |
---|
259 | | - ---help--- |
---|
| 259 | + help |
---|
260 | 260 | Somewhat useful debugging messages are available. The choice of |
---|
261 | 261 | messages is controlled by a bitmap. This may be specified as a |
---|
262 | 262 | module argument (kernel command line argument as well?), changed |
---|
.. | .. |
---|
280 | 280 | config ATM_HORIZON_DEBUG |
---|
281 | 281 | bool "Enable debugging messages" |
---|
282 | 282 | depends on ATM_HORIZON |
---|
283 | | - ---help--- |
---|
| 283 | + help |
---|
284 | 284 | Somewhat useful debugging messages are available. The choice of |
---|
285 | 285 | messages is controlled by a bitmap. This may be specified as a |
---|
286 | 286 | module argument (kernel command line argument as well?), changed |
---|
.. | .. |
---|
296 | 296 | config ATM_IA |
---|
297 | 297 | tristate "Interphase ATM PCI x575/x525/x531" |
---|
298 | 298 | depends on PCI |
---|
299 | | - ---help--- |
---|
| 299 | + help |
---|
300 | 300 | This is a driver for the Interphase (i)ChipSAR adapter cards |
---|
301 | 301 | which include a variety of variants in term of the size of the |
---|
302 | 302 | control memory (128K-1KVC, 512K-4KVC), the size of the packet |
---|
.. | .. |
---|
306 | 306 | for more info about the cards. Say Y (or M to compile as a module |
---|
307 | 307 | named iphase) here if you have one of these cards. |
---|
308 | 308 | |
---|
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. |
---|
311 | 312 | |
---|
312 | 313 | config ATM_IA_DEBUG |
---|
313 | 314 | bool "Enable debugging messages" |
---|
314 | 315 | depends on ATM_IA |
---|
315 | | - ---help--- |
---|
| 316 | + help |
---|
316 | 317 | Somewhat useful debugging messages are available. The choice of |
---|
317 | 318 | messages is controlled by a bitmap. This may be specified as a |
---|
318 | 319 | module argument (kernel command line argument as well?), changed |
---|
.. | .. |
---|
330 | 331 | tristate "FORE Systems 200E-series" |
---|
331 | 332 | depends on (PCI || SBUS) |
---|
332 | 333 | select FW_LOADER |
---|
333 | | - ---help--- |
---|
| 334 | + help |
---|
334 | 335 | This is a driver for the FORE Systems 200E-series ATM adapter |
---|
335 | 336 | cards. It simultaneously supports PCA-200E and SBA-200E models |
---|
336 | 337 | on PCI and SBUS hosts. Say Y (or M to compile as a module |
---|
337 | 338 | named fore_200e) here if you have one of these ATM adapters. |
---|
338 | 339 | |
---|
339 | | - See the file <file:Documentation/networking/fore200e.txt> for |
---|
| 340 | + See the file |
---|
| 341 | + <file:Documentation/networking/device_drivers/atm/fore200e.rst> for |
---|
340 | 342 | further details. |
---|
341 | 343 | |
---|
342 | 344 | config ATM_FORE200E_USE_TASKLET |
---|
.. | .. |
---|
352 | 354 | int "Maximum number of tx retries" |
---|
353 | 355 | depends on ATM_FORE200E |
---|
354 | 356 | default "16" |
---|
355 | | - ---help--- |
---|
| 357 | + help |
---|
356 | 358 | Specifies the number of times the driver attempts to transmit |
---|
357 | 359 | a message before giving up, if the transmit queue of the ATM card |
---|
358 | 360 | is transiently saturated. |
---|