Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # SCSI Device Handler configuration
0004 #
0005 
0006 menuconfig SCSI_DH
0007         bool "SCSI Device Handlers"
0008         depends on SCSI
0009         default n
0010         help
0011           SCSI Device Handlers provide device specific support for
0012           devices utilized in multipath configurations. Say Y here to
0013           select support for specific hardware.
0014 
0015 config SCSI_DH_RDAC
0016         tristate "LSI RDAC Device Handler"
0017         depends on SCSI_DH && SCSI
0018         help
0019         If you have a LSI RDAC select y. Otherwise, say N.
0020 
0021 config SCSI_DH_HP_SW
0022         tristate "HP/COMPAQ MSA Device Handler"
0023         depends on SCSI_DH && SCSI
0024         help
0025         If you have a HP/COMPAQ MSA device that requires START_STOP to
0026         be sent to start it and cannot upgrade the firmware then select y.
0027         Otherwise, say N.
0028 
0029 config SCSI_DH_EMC
0030         tristate "EMC CLARiiON Device Handler"
0031         depends on SCSI_DH && SCSI
0032         help
0033         If you have a EMC CLARiiON select y. Otherwise, say N.
0034 
0035 config SCSI_DH_ALUA
0036         tristate "SPC-3 ALUA Device Handler"
0037         depends on SCSI_DH && SCSI
0038         help
0039           SCSI Device handler for generic SPC-3 Asymmetric Logical Unit
0040           Access (ALUA).
0041