Kconfig 517 B

1234567891011121314151617
  1. config INFINIBAND_EHCA
  2. tristate "eHCA support"
  3. depends on IBMEBUS && INFINIBAND
  4. ---help---
  5. This driver supports the IBM pSeries eHCA InfiniBand adapter.
  6. To compile the driver as a module, choose M here. The module
  7. will be called ib_ehca.
  8. config INFINIBAND_EHCA_SCALING
  9. bool "Scaling support (EXPERIMENTAL)"
  10. depends on IBMEBUS && INFINIBAND_EHCA && HOTPLUG_CPU && EXPERIMENTAL
  11. default y
  12. ---help---
  13. eHCA scaling support schedules the CQ callbacks to different CPUs.
  14. To enable this feature choose Y here.