diff options
author | Jan Engelhardt <jengelh@linux01.gwdg.de> | 2007-05-23 14:21:22 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2007-07-09 20:12:26 -0700 |
commit | 06cc85086e6896939f8c68f8518224748f6b0b2f (patch) | |
tree | 7c568a68748814a7baa85d0d8d86edd66f16fd97 /drivers/infiniband/hw/ipath/Kconfig | |
parent | 6abb6ea80b6564c00906aa0727cf59d2be780d82 (diff) | |
download | linux-stable-06cc85086e6896939f8c68f8518224748f6b0b2f.tar.gz linux-stable-06cc85086e6896939f8c68f8518224748f6b0b2f.tar.bz2 linux-stable-06cc85086e6896939f8c68f8518224748f6b0b2f.zip |
IB: Use menuconfig for InfiniBand menu
Change Kconfig objects from "menu, config" into "menuconfig" so
that the user can disable the whole feature without having to
enter the menu first.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/Kconfig')
-rw-r--r-- | drivers/infiniband/hw/ipath/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/Kconfig b/drivers/infiniband/hw/ipath/Kconfig index 90c14543677d..044da5828a78 100644 --- a/drivers/infiniband/hw/ipath/Kconfig +++ b/drivers/infiniband/hw/ipath/Kconfig @@ -1,6 +1,6 @@ config INFINIBAND_IPATH tristate "QLogic InfiniPath Driver" - depends on (PCI_MSI || HT_IRQ) && 64BIT && INFINIBAND && NET + depends on (PCI_MSI || HT_IRQ) && 64BIT && NET ---help--- This is a driver for QLogic InfiniPath host channel adapters, including InfiniBand verbs support. This driver allows these |