diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 22:45:41 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 18:43:41 -0700 |
commit | a2b2f45be7e9138bde7fcba3b8e9257fea04d087 (patch) | |
tree | 6b1e668b1c7ccba11f88478413509906f5bbfd9b | |
parent | 697ae16ac0482283741f42378108b67b492870e8 (diff) | |
download | linux-3.10-a2b2f45be7e9138bde7fcba3b8e9257fea04d087.tar.gz linux-3.10-a2b2f45be7e9138bde7fcba3b8e9257fea04d087.tar.bz2 linux-3.10-a2b2f45be7e9138bde7fcba3b8e9257fea04d087.zip |
[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 <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/infiniband/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |