Kconfig 761 B

12345678910111213141516171819202122232425
  1. menu "InfiniBand support"
  2. config INFINIBAND
  3. depends on PCI || BROKEN
  4. tristate "InfiniBand support"
  5. ---help---
  6. Core support for InfiniBand (IB). Make sure to also select
  7. any protocols you wish to use as well as drivers for your
  8. InfiniBand hardware.
  9. config INFINIBAND_USER_VERBS
  10. tristate "InfiniBand userspace verbs support"
  11. depends on INFINIBAND
  12. ---help---
  13. Userspace InfiniBand verbs support. This is the kernel side
  14. of userspace verbs, which allows userspace processes to
  15. directly access InfiniBand hardware for fast-path
  16. operations. You will also need libibverbs and a hardware
  17. driver library from <http://www.openib.org>.
  18. source "drivers/infiniband/hw/mthca/Kconfig"
  19. source "drivers/infiniband/ulp/ipoib/Kconfig"
  20. endmenu