xref: /linux/drivers/net/hippi/Kconfig (revision d703cb32ebbbebaa98a22c8c02d7a8a126ab8f38)
1ff5a3b50SJeff Kirsher#
2ff5a3b50SJeff Kirsher# HIPPI network device configuration
3ff5a3b50SJeff Kirsher#
4ff5a3b50SJeff Kirsher
5ff5a3b50SJeff Kirsherconfig HIPPI
6*d703cb32SKees Cook	bool "HIPPI driver support"
7*d703cb32SKees Cook	depends on INET && PCI
8ff5a3b50SJeff Kirsher	---help---
9ff5a3b50SJeff Kirsher	  HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and
10ff5a3b50SJeff Kirsher	  1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
11ff5a3b50SJeff Kirsher	  can run over copper (25m) or fiber (300m on multi-mode or 10km on
12ff5a3b50SJeff Kirsher	  single-mode). HIPPI networks are commonly used for clusters and to
13ff5a3b50SJeff Kirsher	  connect to super computers. If you are connected to a HIPPI network
14ff5a3b50SJeff Kirsher	  and have a HIPPI network card in your computer that you want to use
15ff5a3b50SJeff Kirsher	  under Linux, say Y here (you must also remember to enable the driver
16ff5a3b50SJeff Kirsher	  for your HIPPI card below). Most people will say N here.
17ff5a3b50SJeff Kirsher
18ff5a3b50SJeff Kirsherif HIPPI
19ff5a3b50SJeff Kirsher
20ff5a3b50SJeff Kirsherconfig ROADRUNNER
21*d703cb32SKees Cook	tristate "Essential RoadRunner HIPPI PCI adapter support"
22ff5a3b50SJeff Kirsher	depends on PCI
23ff5a3b50SJeff Kirsher	---help---
24ff5a3b50SJeff Kirsher	  Say Y here if this is your PCI HIPPI network card.
25ff5a3b50SJeff Kirsher
26ff5a3b50SJeff Kirsher	  To compile this driver as a module, choose M here: the module
27ff5a3b50SJeff Kirsher	  will be called rrunner.  If unsure, say N.
28ff5a3b50SJeff Kirsher
29ff5a3b50SJeff Kirsherconfig ROADRUNNER_LARGE_RINGS
30*d703cb32SKees Cook	bool "Use large TX/RX rings"
31ff5a3b50SJeff Kirsher	depends on ROADRUNNER
32ff5a3b50SJeff Kirsher	---help---
33ff5a3b50SJeff Kirsher	  If you say Y here, the RoadRunner driver will preallocate up to 2 MB
34ff5a3b50SJeff Kirsher	  of additional memory to allow for fastest operation, both for
35ff5a3b50SJeff Kirsher	  transmitting and receiving. This memory cannot be used by any other
36ff5a3b50SJeff Kirsher	  kernel code or by user space programs. Say Y here only if you have
37ff5a3b50SJeff Kirsher	  the memory.
38ff5a3b50SJeff Kirsher
39fecc7351SPaul Bolleendif # HIPPI
40