mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-22 22:33:59 +00:00
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 lines
489 B
Text
16 lines
489 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config INFINIBAND_NES
|
|
tristate "NetEffect RNIC Driver"
|
|
depends on PCI && INET
|
|
select LIBCRC32C
|
|
---help---
|
|
This is the RDMA Network Interface Card (RNIC) driver for
|
|
NetEffect Ethernet Cluster Server Adapters.
|
|
|
|
config INFINIBAND_NES_DEBUG
|
|
bool "Verbose debugging output"
|
|
depends on INFINIBAND_NES
|
|
default n
|
|
---help---
|
|
This option enables debug messages from the NetEffect RNIC
|
|
driver. Select this if you are diagnosing a problem.
|