From: Ira Weiny Date: Mon, 28 Sep 2015 18:05:48 +0000 (-0400) Subject: staging/rdma: Kconfig change STAGING_RDMA to be tristate. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b2d023af6995b949c3661abed48c5e8266b1170b;p=linux-beck.git staging/rdma: Kconfig change STAGING_RDMA to be tristate. 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 Reviewed-by: John, Jubin Reviewed-by: Mike Marciniszyn Signed-off-by: Ira Weiny Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rdma/Kconfig b/drivers/staging/rdma/Kconfig index d7f62359d743..ba8765063174 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