treewide: replace '---help---' in Kconfig files with 'help'
Since commit 84af7a6194
("checkpatch: kconfig: prefer 'help' over
'---help---'"), the number of '---help---' has been gradually
decreasing, but there are still more than 2400 instances.
This commit finishes the conversion. While I touched the lines,
I also fixed the indentation.
There are a variety of indentation styles found.
a) 4 spaces + '---help---'
b) 7 spaces + '---help---'
c) 8 spaces + '---help---'
d) 1 space + 1 tab + '---help---'
e) 1 tab + '---help---' (correct indentation)
f) 1 tab + 1 space + '---help---'
g) 1 tab + 2 spaces + '---help---'
In order to convert all of them to 1 tab + 'help', I ran the
following commend:
$ find . -name 'Kconfig*' | xargs sed -i 's/^[[:space:]]*---help---/\thelp/'
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
@@ -8,7 +8,7 @@ menuconfig INFINIBAND
|
||||
depends on !ALPHA
|
||||
select IRQ_POLL
|
||||
select DIMLIB
|
||||
---help---
|
||||
help
|
||||
Core support for InfiniBand (IB). Make sure to also select
|
||||
any protocols you wish to use as well as drivers for your
|
||||
InfiniBand hardware.
|
||||
@@ -18,7 +18,7 @@ if INFINIBAND
|
||||
config INFINIBAND_USER_MAD
|
||||
tristate "InfiniBand userspace MAD support"
|
||||
depends on INFINIBAND
|
||||
---help---
|
||||
help
|
||||
Userspace InfiniBand Management Datagram (MAD) support. This
|
||||
is the kernel side of the userspace MAD support, which allows
|
||||
userspace processes to send and receive MADs. You will also
|
||||
@@ -28,7 +28,7 @@ config INFINIBAND_USER_MAD
|
||||
config INFINIBAND_USER_ACCESS
|
||||
tristate "InfiniBand userspace access (verbs and CM)"
|
||||
depends on MMU
|
||||
---help---
|
||||
help
|
||||
Userspace InfiniBand access support. This enables the
|
||||
kernel side of userspace verbs and the userspace
|
||||
communication manager (CM). This allows userspace processes
|
||||
@@ -40,7 +40,7 @@ config INFINIBAND_USER_ACCESS
|
||||
config INFINIBAND_EXP_LEGACY_VERBS_NEW_UAPI
|
||||
bool "Allow experimental legacy verbs in new ioctl uAPI (EXPERIMENTAL)"
|
||||
depends on INFINIBAND_USER_ACCESS
|
||||
---help---
|
||||
help
|
||||
IOCTL based uAPI support for Infiniband is enabled by default for
|
||||
new verbs only. This allows userspace to invoke the IOCTL based uAPI
|
||||
for current legacy verbs too.
|
||||
@@ -57,7 +57,7 @@ config INFINIBAND_ON_DEMAND_PAGING
|
||||
select MMU_NOTIFIER
|
||||
select INTERVAL_TREE
|
||||
default y
|
||||
---help---
|
||||
help
|
||||
On demand paging support for the InfiniBand subsystem.
|
||||
Together with driver support this allows registration of
|
||||
memory regions without pinning their pages, fetching the
|
||||
@@ -67,7 +67,7 @@ config INFINIBAND_ADDR_TRANS
|
||||
bool "RDMA/CM"
|
||||
depends on INFINIBAND
|
||||
default y
|
||||
---help---
|
||||
help
|
||||
Support for RDMA communication manager (CM).
|
||||
This allows for a generic connection abstraction over RDMA.
|
||||
|
||||
@@ -75,7 +75,7 @@ config INFINIBAND_ADDR_TRANS_CONFIGFS
|
||||
bool
|
||||
depends on INFINIBAND_ADDR_TRANS && CONFIGFS_FS && !(INFINIBAND=y && CONFIGFS_FS=m)
|
||||
default y
|
||||
---help---
|
||||
help
|
||||
ConfigFS support for RDMA communication manager (CM).
|
||||
This allows the user to config the default GID type that the CM
|
||||
uses for each device, when initiaing new connections.
|
||||
|
@@ -5,7 +5,7 @@ config INFINIBAND_BNXT_RE
|
||||
depends on ETHERNET && NETDEVICES && PCI && INET && DCB
|
||||
select NET_VENDOR_BROADCOM
|
||||
select BNXT
|
||||
---help---
|
||||
help
|
||||
This driver supports Broadcom NetXtreme-E 10/25/40/50 gigabit
|
||||
RoCE HCAs. To compile this driver as a module, choose M here:
|
||||
the module will be called bnxt_re.
|
||||
|
@@ -5,7 +5,7 @@ config INFINIBAND_CXGB4
|
||||
depends on INFINIBAND_ADDR_TRANS
|
||||
select CHELSIO_LIB
|
||||
select GENERIC_ALLOCATOR
|
||||
---help---
|
||||
help
|
||||
This is an iWARP/RDMA driver for the Chelsio T4 and T5
|
||||
1GbE, 10GbE adapters and T5 40GbE adapter.
|
||||
|
||||
|
@@ -5,19 +5,19 @@ config INFINIBAND_HFI1
|
||||
select MMU_NOTIFIER
|
||||
select CRC32
|
||||
select I2C_ALGOBIT
|
||||
---help---
|
||||
help
|
||||
This is a low-level driver for Intel OPA Gen1 adapter.
|
||||
config HFI1_DEBUG_SDMA_ORDER
|
||||
bool "HFI1 SDMA Order debug"
|
||||
depends on INFINIBAND_HFI1
|
||||
default n
|
||||
---help---
|
||||
help
|
||||
This is a debug flag to test for out of order
|
||||
sdma completions for unit testing
|
||||
config SDMA_VERBOSITY
|
||||
bool "Config SDMA Verbosity"
|
||||
depends on INFINIBAND_HFI1
|
||||
default n
|
||||
---help---
|
||||
help
|
||||
This is a configuration flag to enable verbose
|
||||
SDMA debug
|
||||
|
@@ -4,7 +4,7 @@ config INFINIBAND_HNS
|
||||
depends on NET_VENDOR_HISILICON
|
||||
depends on ARM64 || (COMPILE_TEST && 64BIT)
|
||||
depends on (HNS_DSAF && HNS_ENET) || HNS3
|
||||
---help---
|
||||
help
|
||||
This is a RoCE/RDMA driver for the Hisilicon RoCE engine. The engine
|
||||
is used in Hisilicon Hip06 and more further ICT SoC based on
|
||||
platform device.
|
||||
@@ -15,7 +15,7 @@ config INFINIBAND_HNS_HIP06
|
||||
bool "Hisilicon Hip06 Family RoCE support"
|
||||
depends on INFINIBAND_HNS && HNS && HNS_DSAF && HNS_ENET
|
||||
depends on INFINIBAND_HNS=m || (HNS_DSAF=y && HNS_ENET=y)
|
||||
---help---
|
||||
help
|
||||
RoCE driver support for Hisilicon RoCE engine in Hisilicon Hip06 and
|
||||
Hip07 SoC. These RoCE engines are platform devices.
|
||||
|
||||
@@ -26,7 +26,7 @@ config INFINIBAND_HNS_HIP08
|
||||
bool "Hisilicon Hip08 Family RoCE support"
|
||||
depends on INFINIBAND_HNS && PCI && HNS3
|
||||
depends on INFINIBAND_HNS=m || HNS3=y
|
||||
---help---
|
||||
help
|
||||
RoCE driver support for Hisilicon RoCE engine in Hisilicon Hip08 SoC.
|
||||
The RoCE engine is a PCI device.
|
||||
|
||||
|
@@ -5,5 +5,5 @@ config INFINIBAND_I40IW
|
||||
depends on IPV6 || !IPV6
|
||||
depends on PCI
|
||||
select GENERIC_ALLOCATOR
|
||||
---help---
|
||||
help
|
||||
Intel(R) Ethernet X722 iWARP Driver
|
||||
|
@@ -4,7 +4,7 @@ config MLX4_INFINIBAND
|
||||
depends on NETDEVICES && ETHERNET && PCI && INET
|
||||
select NET_VENDOR_MELLANOX
|
||||
select MLX4_CORE
|
||||
---help---
|
||||
help
|
||||
This driver provides low-level InfiniBand support for
|
||||
Mellanox ConnectX PCI Express host channel adapters (HCAs).
|
||||
This is required to use InfiniBand protocols such as
|
||||
|
@@ -2,7 +2,7 @@
|
||||
config MLX5_INFINIBAND
|
||||
tristate "Mellanox 5th generation network adapters (ConnectX series) support"
|
||||
depends on NETDEVICES && ETHERNET && PCI && MLX5_CORE
|
||||
---help---
|
||||
help
|
||||
This driver provides low-level InfiniBand support for
|
||||
Mellanox Connect-IB PCI Express host channel adapters (HCAs).
|
||||
This is required to use InfiniBand protocols such as
|
||||
|
@@ -2,7 +2,7 @@
|
||||
config INFINIBAND_MTHCA
|
||||
tristate "Mellanox HCA support"
|
||||
depends on PCI
|
||||
---help---
|
||||
help
|
||||
This is a low-level driver for Mellanox InfiniHost host
|
||||
channel adapters (HCAs), including the MT23108 PCI-X HCA
|
||||
("Tavor") and the MT25208 PCI Express HCA ("Arbel").
|
||||
@@ -11,7 +11,7 @@ config INFINIBAND_MTHCA_DEBUG
|
||||
bool "Verbose debugging output" if EXPERT
|
||||
depends on INFINIBAND_MTHCA
|
||||
default y
|
||||
---help---
|
||||
help
|
||||
This option causes debugging code to be compiled into the
|
||||
mthca driver. The output can be turned on via the
|
||||
debug_level module parameter (which can also be set after
|
||||
|
@@ -4,6 +4,6 @@ config INFINIBAND_OCRDMA
|
||||
depends on ETHERNET && NETDEVICES && PCI && INET && (IPV6 || IPV6=n)
|
||||
select NET_VENDOR_EMULEX
|
||||
select BE2NET
|
||||
---help---
|
||||
help
|
||||
This driver provides low-level InfiniBand over Ethernet
|
||||
support for Emulex One Connect host channel adapters (HCAs).
|
||||
|
@@ -6,6 +6,6 @@ config INFINIBAND_QEDR
|
||||
select QED_LL2
|
||||
select QED_OOO
|
||||
select QED_RDMA
|
||||
---help---
|
||||
help
|
||||
This driver provides low-level InfiniBand over Ethernet
|
||||
support for QLogic QED host channel adapters (HCAs).
|
||||
|
@@ -3,7 +3,7 @@ config INFINIBAND_QIB
|
||||
tristate "Intel PCIe HCA support"
|
||||
depends on 64BIT && INFINIBAND_RDMAVT
|
||||
depends on PCI
|
||||
---help---
|
||||
help
|
||||
This is a low-level driver for Intel PCIe QLE InfiniBand host
|
||||
channel adapters. This driver does not support the Intel
|
||||
HyperTransport card (model QHT7140).
|
||||
@@ -12,6 +12,6 @@ config INFINIBAND_QIB_DCA
|
||||
bool "QIB DCA support"
|
||||
depends on INFINIBAND_QIB && DCA && SMP && !(INFINIBAND_QIB=y && DCA=m)
|
||||
default y
|
||||
---help---
|
||||
help
|
||||
Setting this enables DCA support on some Intel chip sets
|
||||
with the iba7322 HCA.
|
||||
|
@@ -6,6 +6,6 @@ config INFINIBAND_USNIC
|
||||
select ENIC
|
||||
select NET_VENDOR_CISCO
|
||||
select PCI_IOV
|
||||
---help---
|
||||
help
|
||||
This is a low-level driver for Cisco's Virtual Interface
|
||||
Cards (VICs), including the VIC 1240 and 1280 cards.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
config INFINIBAND_VMWARE_PVRDMA
|
||||
tristate "VMware Paravirtualized RDMA Driver"
|
||||
depends on NETDEVICES && ETHERNET && PCI && INET && VMXNET3
|
||||
---help---
|
||||
help
|
||||
This driver provides low-level support for VMware Paravirtual
|
||||
RDMA adapter. It interacts with the VMXNet3 driver to provide
|
||||
Ethernet capabilities.
|
||||
|
@@ -4,5 +4,5 @@ config INFINIBAND_RDMAVT
|
||||
depends on X86_64 && ARCH_DMA_ADDR_T_64BIT
|
||||
depends on PCI
|
||||
select DMA_VIRT_OPS
|
||||
---help---
|
||||
help
|
||||
This is a common software verbs provider for RDMA networks.
|
||||
|
@@ -6,7 +6,7 @@ config RDMA_RXE
|
||||
select NET_UDP_TUNNEL
|
||||
select CRYPTO_CRC32
|
||||
select DMA_VIRT_OPS
|
||||
---help---
|
||||
help
|
||||
This driver implements the InfiniBand RDMA transport over
|
||||
the Linux network stack. It enables a system with a
|
||||
standard Ethernet adapter to interoperate with a RoCE
|
||||
|
@@ -2,7 +2,7 @@
|
||||
config INFINIBAND_IPOIB
|
||||
tristate "IP-over-InfiniBand"
|
||||
depends on NETDEVICES && INET && (IPV6 || IPV6=n)
|
||||
---help---
|
||||
help
|
||||
Support for the IP-over-InfiniBand protocol (IPoIB). This
|
||||
transports IP packets over InfiniBand so you can use your IB
|
||||
device as a fancy NIC.
|
||||
@@ -13,7 +13,7 @@ config INFINIBAND_IPOIB_CM
|
||||
bool "IP-over-InfiniBand Connected Mode support"
|
||||
depends on INFINIBAND_IPOIB
|
||||
default n
|
||||
---help---
|
||||
help
|
||||
This option enables support for IPoIB connected mode. After
|
||||
enabling this option, you need to switch to connected mode
|
||||
through /sys/class/net/ibXXX/mode to actually create
|
||||
@@ -28,7 +28,7 @@ config INFINIBAND_IPOIB_DEBUG
|
||||
bool "IP-over-InfiniBand debugging" if EXPERT
|
||||
depends on INFINIBAND_IPOIB
|
||||
default y
|
||||
---help---
|
||||
help
|
||||
This option causes debugging code to be compiled into the
|
||||
IPoIB driver. The output can be turned on via the
|
||||
debug_level and mcast_debug_level module parameters (which
|
||||
@@ -42,7 +42,7 @@ config INFINIBAND_IPOIB_DEBUG
|
||||
config INFINIBAND_IPOIB_DEBUG_DATA
|
||||
bool "IP-over-InfiniBand data path debugging"
|
||||
depends on INFINIBAND_IPOIB_DEBUG
|
||||
---help---
|
||||
help
|
||||
This option compiles debugging code into the data path
|
||||
of the IPoIB driver. The output can be turned on via the
|
||||
data_debug_level module parameter; however, even with output
|
||||
|
@@ -3,7 +3,7 @@ config INFINIBAND_ISER
|
||||
tristate "iSCSI Extensions for RDMA (iSER)"
|
||||
depends on SCSI && INET && INFINIBAND_ADDR_TRANS
|
||||
select SCSI_ISCSI_ATTRS
|
||||
---help---
|
||||
help
|
||||
Support for the iSCSI Extensions for RDMA (iSER) Protocol
|
||||
over InfiniBand. This allows you to access storage devices
|
||||
that speak iSCSI over iSER over InfiniBand.
|
||||
|
@@ -2,5 +2,5 @@
|
||||
config INFINIBAND_ISERT
|
||||
tristate "iSCSI Extensions for RDMA (iSER) target support"
|
||||
depends on INET && INFINIBAND_ADDR_TRANS && TARGET_CORE && ISCSI_TARGET
|
||||
---help---
|
||||
help
|
||||
Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
config INFINIBAND_OPA_VNIC
|
||||
tristate "Intel OPA VNIC support"
|
||||
depends on X86_64 && INFINIBAND
|
||||
---help---
|
||||
help
|
||||
This is Omni-Path (OPA) Virtual Network Interface Controller (VNIC)
|
||||
driver for Ethernet over Omni-Path feature. It implements the HW
|
||||
independent VNIC functionality. It interfaces with Linux stack for
|
||||
|
@@ -3,7 +3,7 @@ config INFINIBAND_SRP
|
||||
tristate "InfiniBand SCSI RDMA Protocol"
|
||||
depends on SCSI && INFINIBAND_ADDR_TRANS
|
||||
select SCSI_SRP_ATTRS
|
||||
---help---
|
||||
help
|
||||
Support for the SCSI RDMA Protocol over InfiniBand. This
|
||||
allows you to access storage devices that speak SRP over
|
||||
InfiniBand.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
config INFINIBAND_SRPT
|
||||
tristate "InfiniBand SCSI RDMA Protocol target support"
|
||||
depends on INFINIBAND && INFINIBAND_ADDR_TRANS && TARGET_CORE
|
||||
---help---
|
||||
help
|
||||
|
||||
Support for the SCSI RDMA Protocol (SRP) Target driver. The
|
||||
SRP protocol is a protocol that allows an initiator to access
|
||||
|
Reference in New Issue
Block a user