Kconfig 338 B

1234567891011121314
  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. source "drivers/infiniband/hw/mthca/Kconfig"
  9. source "drivers/infiniband/ulp/ipoib/Kconfig"
  10. endmenu