]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/scsi/device_handler/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / drivers / scsi / device_handler / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
a6a8d9f8
CS
2#
3# SCSI Device Handler configuration
4#
5
6menuconfig SCSI_DH
086b91d0 7 bool "SCSI Device Handlers"
a6a8d9f8
CS
8 depends on SCSI
9 default n
10 help
11 SCSI Device Handlers provide device specific support for
12 devices utilized in multipath configurations. Say Y here to
13 select support for specific hardware.
fbd7ab3e
CS
14
15config SCSI_DH_RDAC
16 tristate "LSI RDAC Device Handler"
0c994c03 17 depends on SCSI_DH && SCSI
fbd7ab3e
CS
18 help
19 If you have a LSI RDAC select y. Otherwise, say N.
f6dd337e
MC
20
21config SCSI_DH_HP_SW
22 tristate "HP/COMPAQ MSA Device Handler"
0c994c03 23 depends on SCSI_DH && SCSI
f6dd337e
MC
24 help
25 If you have a HP/COMPAQ MSA device that requires START_STOP to
26 be sent to start it and cannot upgrade the firmware then select y.
27 Otherwise, say N.
5e7dccad
CS
28
29config SCSI_DH_EMC
30 tristate "EMC CLARiiON Device Handler"
0c994c03 31 depends on SCSI_DH && SCSI
5e7dccad
CS
32 help
33 If you have a EMC CLARiiON select y. Otherwise, say N.
057ea7c9
HR
34
35config SCSI_DH_ALUA
2a570a49 36 tristate "SPC-3 ALUA Device Handler"
0c994c03 37 depends on SCSI_DH && SCSI
057ea7c9
HR
38 help
39 SCSI Device handler for generic SPC-3 Asymmetric Logical Unit
40 Access (ALUA).
41