| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # HIPPI network device configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 5 | 6 | config HIPPI |
|---|
| 6 | 7 | bool "HIPPI driver support" |
|---|
| 7 | 8 | depends on INET && PCI |
|---|
| 8 | | - ---help--- |
|---|
| 9 | + help |
|---|
| 9 | 10 | HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and |
|---|
| 10 | 11 | 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI |
|---|
| 11 | 12 | can run over copper (25m) or fiber (300m on multi-mode or 10km on |
|---|
| .. | .. |
|---|
| 20 | 21 | config ROADRUNNER |
|---|
| 21 | 22 | tristate "Essential RoadRunner HIPPI PCI adapter support" |
|---|
| 22 | 23 | depends on PCI |
|---|
| 23 | | - ---help--- |
|---|
| 24 | + help |
|---|
| 24 | 25 | Say Y here if this is your PCI HIPPI network card. |
|---|
| 25 | 26 | |
|---|
| 26 | 27 | To compile this driver as a module, choose M here: the module |
|---|
| .. | .. |
|---|
| 29 | 30 | config ROADRUNNER_LARGE_RINGS |
|---|
| 30 | 31 | bool "Use large TX/RX rings" |
|---|
| 31 | 32 | depends on ROADRUNNER |
|---|
| 32 | | - ---help--- |
|---|
| 33 | + help |
|---|
| 33 | 34 | If you say Y here, the RoadRunner driver will preallocate up to 2 MB |
|---|
| 34 | 35 | of additional memory to allow for fastest operation, both for |
|---|
| 35 | 36 | transmitting and receiving. This memory cannot be used by any other |
|---|