Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Jeff Kirsher | ff5a3b5 | 2011-08-01 22:48:13 -0700 | [diff] [blame] | 2 | # |
| 3 | # HIPPI network device configuration |
| 4 | # |
| 5 | |
| 6 | config HIPPI |
Kees Cook | d703cb3 | 2013-01-22 10:30:32 -0800 | [diff] [blame] | 7 | bool "HIPPI driver support" |
| 8 | depends on INET && PCI |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 9 | help |
Jeff Kirsher | ff5a3b5 | 2011-08-01 22:48:13 -0700 | [diff] [blame] | 10 | HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and |
| 11 | 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI |
| 12 | can run over copper (25m) or fiber (300m on multi-mode or 10km on |
| 13 | single-mode). HIPPI networks are commonly used for clusters and to |
| 14 | connect to super computers. If you are connected to a HIPPI network |
| 15 | and have a HIPPI network card in your computer that you want to use |
| 16 | under Linux, say Y here (you must also remember to enable the driver |
| 17 | for your HIPPI card below). Most people will say N here. |
| 18 | |
| 19 | if HIPPI |
| 20 | |
| 21 | config ROADRUNNER |
Kees Cook | d703cb3 | 2013-01-22 10:30:32 -0800 | [diff] [blame] | 22 | tristate "Essential RoadRunner HIPPI PCI adapter support" |
Jeff Kirsher | ff5a3b5 | 2011-08-01 22:48:13 -0700 | [diff] [blame] | 23 | depends on PCI |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 24 | help |
Jeff Kirsher | ff5a3b5 | 2011-08-01 22:48:13 -0700 | [diff] [blame] | 25 | Say Y here if this is your PCI HIPPI network card. |
| 26 | |
| 27 | To compile this driver as a module, choose M here: the module |
| 28 | will be called rrunner. If unsure, say N. |
| 29 | |
| 30 | config ROADRUNNER_LARGE_RINGS |
Kees Cook | d703cb3 | 2013-01-22 10:30:32 -0800 | [diff] [blame] | 31 | bool "Use large TX/RX rings" |
Jeff Kirsher | ff5a3b5 | 2011-08-01 22:48:13 -0700 | [diff] [blame] | 32 | depends on ROADRUNNER |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 33 | help |
Jeff Kirsher | ff5a3b5 | 2011-08-01 22:48:13 -0700 | [diff] [blame] | 34 | If you say Y here, the RoadRunner driver will preallocate up to 2 MB |
| 35 | of additional memory to allow for fastest operation, both for |
| 36 | transmitting and receiving. This memory cannot be used by any other |
| 37 | kernel code or by user space programs. Say Y here only if you have |
| 38 | the memory. |
| 39 | |
Paul Bolle | fecc735 | 2011-11-08 10:31:10 +0000 | [diff] [blame] | 40 | endif # HIPPI |