From: Al Viro Date: Tue, 23 Aug 2005 21:45:41 +0000 (+0100) Subject: [PATCH] Kconfig fix (infiniband and PCI) X-Git-Tag: v2.6.13-rc7~41 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a2b2f45be7e9138bde7fcba3b8e9257fea04d087;p=~shefty%2Frdma-dev.git [PATCH] Kconfig fix (infiniband and PCI) infiniband uses PCI helpers all over the place (including the core parts) and won't build without PCI. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig index 79c8e2dd9c3..32cdfb30e9b 100644 --- a/drivers/infiniband/Kconfig +++ b/drivers/infiniband/Kconfig @@ -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