[PATCH RESEND] staging/rdma: Kconfig change STAGING_RDMA to be tristate.

ira.weiny at intel.com ira.weiny at intel.com
Mon Sep 28 18:05:48 UTC 2015


From: Ira Weiny <ira.weiny at intel.com>

STAGING_RDMA was failing to build when INFINIBAND was set to 'm' and
STAGING_RDMA was set to 'y'.

Making this a tristate properly inherits the 'm' from the INFINIBAND setting.

Reviewed-by: Dalessandro, Dennis <dennis.dalessandro at intel.com>
Reviewed-by: John, Jubin <jubin.john at intel.com>
Reviewed-by: Mike Marciniszyn <mike.marciniszyn at intel.com>
Signed-off-by: Ira Weiny <ira.weiny at intel.com>
---

This is a resend to linux-rdma.
For staging I should have sent it to Greg rather than Doug.


 drivers/staging/rdma/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/rdma/Kconfig b/drivers/staging/rdma/Kconfig
index d7f6235..ba87650 100644
--- a/drivers/staging/rdma/Kconfig
+++ b/drivers/staging/rdma/Kconfig
@@ -1,5 +1,5 @@
 menuconfig STAGING_RDMA
-        bool "RDMA staging drivers"
+        tristate "RDMA staging drivers"
 	depends on INFINIBAND
 	depends on PCI || BROKEN
 	depends on HAS_IOMEM
-- 
1.7.1



More information about the devel mailing list