mirror of
https://github.com/SCST-project/scst.git
synced 2026-07-19 22:42:38 +00:00
Port Kconfig files to kernel v5.9
Change '---help---' into 'help'. See also Linux kernel commit f70f74d15ca8
("kconfig: remove '---help---' support") # v5.9.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9216 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -35,7 +35,7 @@ config SCSI_QLA2XXX_TARGET
|
||||
bool "QLogic 2xxx target mode support"
|
||||
depends on SCSI_QLA_FC
|
||||
default y
|
||||
---help---
|
||||
help
|
||||
This option enables target mode hooks used by the SCST qla2x00t
|
||||
driver. Once qla2x00tgt module is loaded, target mode for each
|
||||
port can be enable via sysfs interface.
|
||||
@@ -46,5 +46,5 @@ config SCST_QLA_TGT_ADDON
|
||||
tristate "QLogic SCST Target Driver"
|
||||
depends on SCSI_QLA2XXX_TARGET
|
||||
default y
|
||||
---help---
|
||||
help
|
||||
SCST QLogic 32 gbit/s target driver.
|
||||
|
||||
+2
-2
@@ -3,7 +3,7 @@ config SCSI_QLA_FC
|
||||
depends on PCI && SCSI
|
||||
select SCSI_FC_ATTRS
|
||||
select FW_LOADER
|
||||
---help---
|
||||
help
|
||||
This qla2xxx driver supports all QLogic Fibre Channel
|
||||
PCI and PCIe host adapters.
|
||||
|
||||
@@ -30,7 +30,7 @@ config SCSI_QLA2XXX_TARGET
|
||||
bool "QLogic 2xxx target mode support"
|
||||
depends on SCSI_QLA_FC
|
||||
default y
|
||||
---help---
|
||||
help
|
||||
This option enables target mode hooks used by the SCST qla2x00t
|
||||
driver. Once qla2x00tgt module is loaded, target mode for each
|
||||
port can be enable via sysfs interface.
|
||||
|
||||
+8
-9
@@ -1,12 +1,11 @@
|
||||
config SCST_SRPT
|
||||
tristate "InfiniBand SCSI RDMA Protocol target support"
|
||||
depends on INFINIBAND && SCST
|
||||
---help---
|
||||
|
||||
Support for the SCSI RDMA Protocol (SRP) Target driver. The
|
||||
SRP protocol is a protocol that allows an initiator to access
|
||||
a block storage device on another host (target) over a network
|
||||
that supports the RDMA protocol. Currently the RDMA protocol is
|
||||
supported by InfiniBand and by iWarp network hardware. More
|
||||
information about the SRP protocol can be found on the website
|
||||
of the INCITS T10 technical committee (http://www.t10.org/).
|
||||
help
|
||||
Support for the SCSI RDMA Protocol (SRP) Target driver. The
|
||||
SRP protocol is a protocol that allows an initiator to access
|
||||
a block storage device on another host (target) over a network
|
||||
that supports the RDMA protocol. Currently the RDMA protocol is
|
||||
supported by InfiniBand and by iWarp network hardware. More
|
||||
information about the SRP protocol can be found on the website
|
||||
of the INCITS T10 technical committee (http://www.t10.org/).
|
||||
|
||||
Reference in New Issue
Block a user