Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / staging / rdma / Kconfig
1 menuconfig STAGING_RDMA
2 tristate "RDMA staging drivers"
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
23 if STAGING_RDMA
24
25 source "drivers/staging/rdma/amso1100/Kconfig"
26
27 source "drivers/staging/rdma/ehca/Kconfig"
28
29 source "drivers/staging/rdma/hfi1/Kconfig"
30
31 source "drivers/staging/rdma/ipath/Kconfig"
32
33 endif
This page took 0.03131 seconds and 5 git commands to generate.