[PATCH] IB uverbs: hook up Kconfig/Makefile
[deliverable/linux.git] / drivers / infiniband / Kconfig
CommitLineData
1da177e4
LT
1menu "InfiniBand support"
2
3config 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.
9
2d927d69
RD
10config 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>.
19
1da177e4
LT
20source "drivers/infiniband/hw/mthca/Kconfig"
21
22source "drivers/infiniband/ulp/ipoib/Kconfig"
23
24endmenu
This page took 0.052677 seconds and 5 git commands to generate.