aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/Kconfig
diff options
context:
space:
mode:
authorHeiko J Schick <schickhj.ibm.com>2006-09-22 15:22:22 -0700
committerRoland Dreier <rolandd@cisco.com>2006-09-22 15:22:22 -0700
commitfab97220c9e409a98b1956ba677ddd2dd43b0b95 (patch)
treef4fd0456b758a651eb7e774c550641e177a9b333 /drivers/infiniband/hw/ehca/Kconfig
parentded7f1a16d50527359be02f8b04f9ba56bc923e6 (diff)
downloadlinux-fab97220c9e409a98b1956ba677ddd2dd43b0b95.tar.gz
IB/ehca: Add driver for IBM eHCA InfiniBand adapters
Add a driver for IBM GX bus InfiniBand adapters, which are usable with some pSeries/System p systems. Signed-off-by: Heiko J Schick <schickhj.ibm.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ehca/Kconfig')
-rw-r--r--drivers/infiniband/hw/ehca/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ehca/Kconfig b/drivers/infiniband/hw/ehca/Kconfig
new file mode 100644
index 0000000000000..922389b643940
--- /dev/null
+++ b/drivers/infiniband/hw/ehca/Kconfig
@@ -0,0 +1,16 @@
+config INFINIBAND_EHCA
+ tristate "eHCA support"
+ depends on IBMEBUS && INFINIBAND
+ ---help---
+ This driver supports the IBM pSeries eHCA InfiniBand adapter.
+
+ To compile the driver as a module, choose M here. The module
+ will be called ib_ehca.
+
+config INFINIBAND_EHCA_SCALING
+ bool "Scaling support (EXPERIMENTAL)"
+ depends on IBMEBUS && INFINIBAND_EHCA && HOTPLUG_CPU && EXPERIMENTAL
+ ---help---
+ eHCA scaling support schedules the CQ callbacks to different CPUs.
+
+ To enable this feature choose Y here.