]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/infiniband/hw/nes/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / drivers / infiniband / hw / nes / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config INFINIBAND_NES
3 tristate "NetEffect RNIC Driver"
4 depends on PCI && INET
5 select LIBCRC32C
6 ---help---
7 This is the RDMA Network Interface Card (RNIC) driver for
8 NetEffect Ethernet Cluster Server Adapters.
9
10 config INFINIBAND_NES_DEBUG
11 bool "Verbose debugging output"
12 depends on INFINIBAND_NES
13 default n
14 ---help---
15 This option enables debug messages from the NetEffect RNIC
16 driver. Select this if you are diagnosing a problem.