diff mbox

RDMA/amso1100: Do not build amso1100 without infiniband subsystem

Message ID 20150804180632.30555.59059.stgit@build2.ogc.int (mailing list archive)
State Accepted
Headers show

Commit Message

Steve Wise Aug. 4, 2015, 6:06 p.m. UTC
Moving the amso1100 driver to staging now requires a guard on the
INFINIBAND subsytem in order to prevent the driver from being built
without infiniband enabled. This will lead to a broken build.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
---

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


--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Doug Ledford Aug. 14, 2015, 8:57 p.m. UTC | #1
On 08/04/2015 02:06 PM, Steve Wise wrote:
> Moving the amso1100 driver to staging now requires a guard on the
> INFINIBAND subsytem in order to prevent the driver from being built
> without infiniband enabled. This will lead to a broken build.
> 
> Signed-off-by: Steve Wise <swise@opengridcomputing.com>

Picked up, thanks.
diff mbox

Patch

diff --git a/drivers/staging/amso1100/Kconfig b/drivers/staging/amso1100/Kconfig
index e6ce5f2..809cb14 100644
--- a/drivers/staging/amso1100/Kconfig
+++ b/drivers/staging/amso1100/Kconfig
@@ -1,6 +1,6 @@ 
 config INFINIBAND_AMSO1100
 	tristate "Ammasso 1100 HCA support"
-	depends on PCI && INET
+	depends on PCI && INET && INFINIBAND
 	---help---
 	  This is a low-level driver for the Ammasso 1100 host
 	  channel adapter (HCA).