41 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# HIPPI network device configuration4#5 6config HIPPI7 bool "HIPPI driver support"8 depends on INET && PCI9 help10 HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and11 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI12 can run over copper (25m) or fiber (300m on multi-mode or 10km on13 single-mode). HIPPI networks are commonly used for clusters and to14 connect to super computers. If you are connected to a HIPPI network15 and have a HIPPI network card in your computer that you want to use16 under Linux, say Y here (you must also remember to enable the driver17 for your HIPPI card below). Most people will say N here.18 19if HIPPI20 21config ROADRUNNER22 tristate "Essential RoadRunner HIPPI PCI adapter support"23 depends on PCI24 help25 Say Y here if this is your PCI HIPPI network card.26 27 To compile this driver as a module, choose M here: the module28 will be called rrunner. If unsure, say N.29 30config ROADRUNNER_LARGE_RINGS31 bool "Use large TX/RX rings"32 depends on ROADRUNNER33 help34 If you say Y here, the RoadRunner driver will preallocate up to 2 MB35 of additional memory to allow for fastest operation, both for36 transmitting and receiving. This memory cannot be used by any other37 kernel code or by user space programs. Say Y here only if you have38 the memory.39 40endif # HIPPI41