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