1menuconfig 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 23if STAGING_RDMA 24 25source "drivers/staging/rdma/amso1100/Kconfig" 26 27source "drivers/staging/rdma/ehca/Kconfig" 28 29source "drivers/staging/rdma/hfi1/Kconfig" 30 31source "drivers/staging/rdma/ipath/Kconfig" 32 33endif 34