Skip to content

Commit

Permalink
[PATCH] Kconfig fix (infiniband and PCI)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Aug 24, 2005
1 parent 697ae16 commit a2b2f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/infiniband/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a2b2f45

Please sign in to comment.