diff options
Diffstat (limited to 'drivers/infiniband/hw/nes/Kconfig')
-rw-r--r-- | drivers/infiniband/hw/nes/Kconfig | 16 |
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 @@ | |||
1 | config INFINIBAND_NES | ||
2 | tristate "NetEffect RNIC Driver" | ||
3 | depends on PCI && INET && INFINIBAND | ||
4 | select LIBCRC32C | ||
5 | ---help--- | ||
6 | This is a low-level driver for NetEffect RDMA enabled | ||
7 | Network Interface Cards (RNIC). | ||
8 | |||
9 | config INFINIBAND_NES_DEBUG | ||
10 | bool "Verbose debugging output" | ||
11 | depends on INFINIBAND_NES | ||
12 | default n | ||
13 | ---help--- | ||
14 | This option causes the NetEffect RNIC driver to produce debug | ||
15 | messages. Select this if you are developing the driver | ||
16 | or trying to diagnose a problem. | ||