blob: 727b10d896868516e1776938ef5fdbafedd0cba7 [file] [log] [blame]
Heiko J Schickfab97222006-09-22 15:22:22 -07001config INFINIBAND_EHCA
2 tristate "eHCA support"
3 depends on IBMEBUS && INFINIBAND
4 ---help---
5 This driver supports the IBM pSeries eHCA InfiniBand adapter.
6
7 To compile the driver as a module, choose M here. The module
8 will be called ib_ehca.
9
10config INFINIBAND_EHCA_SCALING
11 bool "Scaling support (EXPERIMENTAL)"
12 depends on IBMEBUS && INFINIBAND_EHCA && HOTPLUG_CPU && EXPERIMENTAL
Hoang-Nam Nguyenf2c238a2006-11-05 21:42:20 +010013 default y
Heiko J Schickfab97222006-09-22 15:22:22 -070014 ---help---
15 eHCA scaling support schedules the CQ callbacks to different CPUs.
16
17 To enable this feature choose Y here.