diff options
author | 2005-08-23 22:45:41 +0100 | |
---|---|---|
committer | 2005-08-23 18:43:41 -0700 | |
commit | a2b2f45be7e9138bde7fcba3b8e9257fea04d087 (patch) | |
tree | 6b1e668b1c7ccba11f88478413509906f5bbfd9b | |
parent | [PATCH] Kconfig fix (DEBUG_PAGEALLOC on m32r) (diff) | |
download | linux-dev-a2b2f45be7e9138bde7fcba3b8e9257fea04d087.tar.xz linux-dev-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 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 |