hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/infiniband/ulp/ipoib/Kconfig
....@@ -1,18 +1,19 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config INFINIBAND_IPOIB
23 tristate "IP-over-InfiniBand"
34 depends on NETDEVICES && INET && (IPV6 || IPV6=n)
4
- ---help---
5
+ help
56 Support for the IP-over-InfiniBand protocol (IPoIB). This
67 transports IP packets over InfiniBand so you can use your IB
78 device as a fancy NIC.
89
9
- See Documentation/infiniband/ipoib.txt for more information
10
+ See Documentation/infiniband/ipoib.rst for more information
1011
1112 config INFINIBAND_IPOIB_CM
1213 bool "IP-over-InfiniBand Connected Mode support"
1314 depends on INFINIBAND_IPOIB
1415 default n
15
- ---help---
16
+ help
1617 This option enables support for IPoIB connected mode. After
1718 enabling this option, you need to switch to connected mode
1819 through /sys/class/net/ibXXX/mode to actually create
....@@ -27,7 +28,7 @@
2728 bool "IP-over-InfiniBand debugging" if EXPERT
2829 depends on INFINIBAND_IPOIB
2930 default y
30
- ---help---
31
+ help
3132 This option causes debugging code to be compiled into the
3233 IPoIB driver. The output can be turned on via the
3334 debug_level and mcast_debug_level module parameters (which
....@@ -41,7 +42,7 @@
4142 config INFINIBAND_IPOIB_DEBUG_DATA
4243 bool "IP-over-InfiniBand data path debugging"
4344 depends on INFINIBAND_IPOIB_DEBUG
44
- ---help---
45
+ help
4546 This option compiles debugging code into the data path
4647 of the IPoIB driver. The output can be turned on via the
4748 data_debug_level module parameter; however, even with output