Kconfig 735 B

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