Kconfig 1.3 KB

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