06cc85086e
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>
15 lines
469 B
Text
15 lines
469 B
Text
config INFINIBAND_AMSO1100
|
|
tristate "Ammasso 1100 HCA support"
|
|
depends on PCI && INET
|
|
---help---
|
|
This is a low-level driver for the Ammasso 1100 host
|
|
channel adapter (HCA).
|
|
|
|
config INFINIBAND_AMSO1100_DEBUG
|
|
bool "Verbose debugging output"
|
|
depends on INFINIBAND_AMSO1100
|
|
default n
|
|
---help---
|
|
This option causes the amso1100 driver to produce a bunch of
|
|
debug messages. Select this if you are developing the driver
|
|
or trying to diagnose a problem.
|