treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-block.git] / net / smc / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
ac713874
UB
2config SMC
3 tristate "SMC socket protocol family"
4 depends on INET && INFINIBAND
5 ---help---
6 SMC-R provides a "sockets over RDMA" solution making use of
7 RDMA over Converged Ethernet (RoCE) technology to upgrade
8 AF_INET TCP connections transparently.
9 The Linux implementation of the SMC-R solution is designed as
10 a separate socket family SMC.
11
12 Select this option if you want to run SMC socket applications
f16a7dd5
UB
13
14config SMC_DIAG
15 tristate "SMC: socket monitoring interface"
16 depends on SMC
17 ---help---
18 Support for SMC socket monitoring interface used by tools such as
19 smcss.
20
21 if unsure, say Y.