Kconfig 1.3 KB

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