]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - drivers/staging/rdma/Kconfig
Merge remote-tracking branches 'asoc/fix/amd', 'asoc/fix/arizona', 'asoc/fix/dpcm...
[mirror_ubuntu-disco-kernel.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
77241056
MM
25source "drivers/staging/rdma/hfi1/Kconfig"
26
2dfcad3a 27endif