diff options
author | Douglas Gilbert <dgilbert@interlog.com> | 2014-11-28 19:14:02 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-12-15 07:34:25 -0500 |
commit | 6d6f3807ccb7ac884ff0d0dcb2510a0ca4dd3ace (patch) | |
tree | ba4b9521b9ff9afe0191d544b785fe849f0fa4c5 | |
parent | d467d31f700f807ff939cab6d622867ee48c80b6 (diff) |
scsi_debug: improve driver description in Kconfig
Try to give a more accurate driver description and some extra
information in less lines.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Douglas Gilbert <dgilbert@interlog.com>
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
-rw-r--r-- | drivers/scsi/Kconfig | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 86cf3d671eb9..9c92f415229f 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1462,18 +1462,17 @@ config SCSI_WD719X | |||
1462 | SCSI controllers (based on WD33C296A chip). | 1462 | SCSI controllers (based on WD33C296A chip). |
1463 | 1463 | ||
1464 | config SCSI_DEBUG | 1464 | config SCSI_DEBUG |
1465 | tristate "SCSI debugging host simulator" | 1465 | tristate "SCSI debugging host and device simulator" |
1466 | depends on SCSI | 1466 | depends on SCSI |
1467 | select CRC_T10DIF | 1467 | select CRC_T10DIF |
1468 | help | 1468 | help |
1469 | This is a host adapter simulator that can simulate multiple hosts | 1469 | This pseudo driver simulates one or more hosts (SCSI initiators), |
1470 | each with multiple dummy SCSI devices (disks). It defaults to one | 1470 | each with one or more targets, each with one or more logical units. |
1471 | host adapter with one dummy SCSI disk. Each dummy disk uses kernel | 1471 | Defaults to one of each, creating a small RAM disk device. Many |
1472 | RAM as storage (i.e. it is a ramdisk). To save space when multiple | 1472 | parameters found in the /sys/bus/pseudo/drivers/scsi_debug |
1473 | dummy disks are simulated, they share the same kernel RAM for | 1473 | directory can be tweaked at run time. |
1474 | their storage. See <http://sg.danny.cz/sg/sdebug26.html> for more | 1474 | See <http://sg.danny.cz/sg/sdebug26.html> for more information. |
1475 | information. This driver is primarily of use to those testing the | 1475 | Mainly used for testing and best as a module. If unsure, say N. |
1476 | SCSI and block subsystems. If unsure, say N. | ||
1477 | 1476 | ||
1478 | config SCSI_MESH | 1477 | config SCSI_MESH |
1479 | tristate "MESH (Power Mac internal SCSI) support" | 1478 | tristate "MESH (Power Mac internal SCSI) support" |