public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] (11/43) Kconfig fix (infiniband and PCI)
@ 2005-08-23 21:45 Al Viro
  2005-08-24 11:26 ` Adrian Bunk
  2005-08-24 16:22 ` Roland Dreier
  0 siblings, 2 replies; 9+ messages in thread
From: Al Viro @ 2005-08-23 21:45 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

infiniband uses PCI helpers all over the place (including the core parts) and
won't build without PCI.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
----
diff -urN RC13-rc6-git13-m32r-pagealloc/drivers/infiniband/Kconfig RC13-rc6-git13-infiniband/drivers/infiniband/Kconfig
--- RC13-rc6-git13-m32r-pagealloc/drivers/infiniband/Kconfig	2005-08-10 10:37:48.000000000 -0400
+++ RC13-rc6-git13-infiniband/drivers/infiniband/Kconfig	2005-08-21 13:16:54.000000000 -0400
@@ -1,6 +1,7 @@
 menu "InfiniBand support"
 
 config INFINIBAND
+	depends on PCI || BROKEN
 	tristate "InfiniBand support"
 	---help---
 	  Core support for InfiniBand (IB).  Make sure to also select

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-08-24 17:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-23 21:45 [PATCH] (11/43) Kconfig fix (infiniband and PCI) Al Viro
2005-08-24 11:26 ` Adrian Bunk
2005-08-24 14:57   ` Al Viro
2005-08-24 15:26     ` Adrian Bunk
2005-08-24 15:35       ` Al Viro
2005-08-24 16:22 ` Roland Dreier
2005-08-24 16:31   ` Al Viro
2005-08-24 16:41     ` Al Viro
2005-08-24 17:02       ` Roland Dreier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox