aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/Kconfig
diff options
context:
space:
mode:
authorGlenn Streiff <gstreiff@neteffect.com>2008-02-04 20:20:45 -0800
committerRoland Dreier <rolandd@cisco.com>2008-02-04 20:20:45 -0800
commit3c2d774cad5bf4fad576363da77870e9e6530b7a (patch)
tree344ae8167730ea361ff4bd4bf098ba64bfeef5e5 /drivers/infiniband/hw/nes/Kconfig
parentIB/mthca: Return proper error codes from mthca_fmr_alloc() (diff)
downloadlinux-dev-3c2d774cad5bf4fad576363da77870e9e6530b7a.tar.xz
linux-dev-3c2d774cad5bf4fad576363da77870e9e6530b7a.zip
RDMA/nes: Add a driver for NetEffect RNICs
Add a standard NIC and RDMA/iWARP driver for NetEffect 1/10Gb ethernet adapters. Signed-off-by: Glenn Streiff <gstreiff@neteffect.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/nes/Kconfig')
-rw-r--r--drivers/infiniband/hw/nes/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/nes/Kconfig b/drivers/infiniband/hw/nes/Kconfig
new file mode 100644
index 000000000000..2aeb7ac972a9
--- /dev/null
+++ b/drivers/infiniband/hw/nes/Kconfig
@@ -0,0 +1,16 @@
+config INFINIBAND_NES
+ tristate "NetEffect RNIC Driver"
+ depends on PCI && INET && INFINIBAND
+ select LIBCRC32C
+ ---help---
+ This is a low-level driver for NetEffect RDMA enabled
+ Network Interface Cards (RNIC).
+
+config INFINIBAND_NES_DEBUG
+ bool "Verbose debugging output"
+ depends on INFINIBAND_NES
+ default n
+ ---help---
+ This option causes the NetEffect RNIC driver to produce debug
+ messages. Select this if you are developing the driver
+ or trying to diagnose a problem.