brintos

brintos / linux-shallow public Read only

0
0
Text · 1.0 KiB · 368eb94 Raw
42 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# SCSI Device Handler configuration4#5 6menuconfig SCSI_DH7	bool "SCSI Device Handlers"8	depends on SCSI9	default n10	help11	  SCSI Device Handlers provide device specific support for12	  devices utilized in multipath configurations. Say Y here to13	  select support for specific hardware.14 15config SCSI_DH_RDAC16	tristate "LSI RDAC Device Handler"17	depends on SCSI_DH && SCSI18	help19	If you have a LSI RDAC select y. Otherwise, say N.20 21config SCSI_DH_HP_SW22	tristate "HP/COMPAQ MSA Device Handler"23	depends on SCSI_DH && SCSI24	help25	If you have a HP/COMPAQ MSA device that requires START_STOP to26	be sent to start it and cannot upgrade the firmware then select y.27	Otherwise, say N.28 29config SCSI_DH_EMC30	tristate "EMC CLARiiON Device Handler"31	depends on SCSI_DH && SCSI32	help33	If you have a EMC CLARiiON select y. Otherwise, say N.34 35config SCSI_DH_ALUA36	tristate "SPC-3 ALUA Device Handler"37	depends on SCSI_DH && SCSI38	help39	  SCSI Device handler for generic SPC-3 Asymmetric Logical Unit40	  Access (ALUA).41 42