Merge tag 'metag-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
[linux-2.6-block.git] / drivers / staging / rdma / Kconfig
CommitLineData
2dfcad3a 1menuconfig STAGING_RDMA
b2d023af 2 tristate "RDMA staging drivers"
2dfcad3a
DL
3 depends on INFINIBAND
4 depends on PCI || BROKEN
5 depends on HAS_IOMEM
6 depends on NET
7 depends on INET
8 default n
9 ---help---
10 This option allows you to select a number of RDMA drivers that
11 fall into one of two categories: deprecated drivers being held
12 here before finally being removed or new drivers that still need
13 some work before being moved to the normal RDMA driver area.
14
15 If you wish to work on these drivers, to help improve them, or
16 to report problems you have with them, please use the
17 linux-rdma@vger.kernel.org mailing list.
18
19 If in doubt, say N here.
20
21
22# Please keep entries in alphabetic order
23if STAGING_RDMA
24
072bf1f7
SW
25source "drivers/staging/rdma/amso1100/Kconfig"
26
447e9a4d
DL
27source "drivers/staging/rdma/ehca/Kconfig"
28
77241056
MM
29source "drivers/staging/rdma/hfi1/Kconfig"
30
6f9b3890
DD
31source "drivers/staging/rdma/ipath/Kconfig"
32
2dfcad3a 33endif