f94b533d09
Add a driver for the Ammasso 1100 gigabit ethernet RNIC. Signed-off-by: Tom Tucker <tom@opengridcomputing.com> Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
16 lines
483 B
Plaintext
16 lines
483 B
Plaintext
config INFINIBAND_AMSO1100
|
|
tristate "Ammasso 1100 HCA support"
|
|
depends on PCI && INET && INFINIBAND
|
|
---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.
|