Merge remote-tracking branches 'asoc/fix/tlv320aic3x' and 'asoc/fix/wm8962' into...
[linux-drm-fsl-dcu.git] / drivers / staging / rdma / Kconfig
1 menuconfig STAGING_RDMA
2         bool "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