Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# SCSI Device Handler configuration
4#
5
6menuconfig SCSI_DH
7 bool "SCSI Device Handlers"
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.
14
15config SCSI_DH_RDAC
16 tristate "LSI RDAC Device Handler"
17 depends on SCSI_DH && SCSI
18 help
19 If you have a LSI RDAC select y. Otherwise, say N.
20
21config SCSI_DH_HP_SW
22 tristate "HP/COMPAQ MSA Device Handler"
23 depends on SCSI_DH && SCSI
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.
28
29config SCSI_DH_EMC
30 tristate "EMC CLARiiON Device Handler"
31 depends on SCSI_DH && SCSI
32 help
33 If you have a EMC CLARiiON select y. Otherwise, say N.
34
35config SCSI_DH_ALUA
36 tristate "SPC-3 ALUA Device Handler"
37 depends on SCSI_DH && SCSI
38 help
39 SCSI Device handler for generic SPC-3 Asymmetric Logical Unit
40 Access (ALUA).
41