From: Al Viro Date: Tue, 23 Aug 2005 21:45:41 +0000 (+0100) Subject: [PATCH] Kconfig fix (infiniband and PCI) X-Git-Tag: firefly_0821_release~42293 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a2b2f45be7e9138bde7fcba3b8e9257fea04d087;p=firefly-linux-kernel-4.4.55.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 79c8e2dd9c33..32cdfb30e9b4 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