1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2a6a8d9f8SChandra Seetharaman# 3a6a8d9f8SChandra Seetharaman# SCSI Device Handler configuration 4a6a8d9f8SChandra Seetharaman# 5a6a8d9f8SChandra Seetharaman 6a6a8d9f8SChandra Seetharamanmenuconfig SCSI_DH 7086b91d0SChristoph Hellwig bool "SCSI Device Handlers" 8a6a8d9f8SChandra Seetharaman depends on SCSI 9a6a8d9f8SChandra Seetharaman default n 10a6a8d9f8SChandra Seetharaman help 11a6a8d9f8SChandra Seetharaman SCSI Device Handlers provide device specific support for 12a6a8d9f8SChandra Seetharaman devices utilized in multipath configurations. Say Y here to 13a6a8d9f8SChandra Seetharaman select support for specific hardware. 14fbd7ab3eSChandra Seetharaman 15fbd7ab3eSChandra Seetharamanconfig SCSI_DH_RDAC 16fbd7ab3eSChandra Seetharaman tristate "LSI RDAC Device Handler" 170c994c03SArnd Bergmann depends on SCSI_DH && SCSI 18fbd7ab3eSChandra Seetharaman help 19fbd7ab3eSChandra Seetharaman If you have a LSI RDAC select y. Otherwise, say N. 20f6dd337eSMike Christie 21f6dd337eSMike Christieconfig SCSI_DH_HP_SW 22f6dd337eSMike Christie tristate "HP/COMPAQ MSA Device Handler" 230c994c03SArnd Bergmann depends on SCSI_DH && SCSI 24f6dd337eSMike Christie help 25f6dd337eSMike Christie If you have a HP/COMPAQ MSA device that requires START_STOP to 26f6dd337eSMike Christie be sent to start it and cannot upgrade the firmware then select y. 27f6dd337eSMike Christie Otherwise, say N. 285e7dccadSChandra Seetharaman 295e7dccadSChandra Seetharamanconfig SCSI_DH_EMC 305e7dccadSChandra Seetharaman tristate "EMC CLARiiON Device Handler" 310c994c03SArnd Bergmann depends on SCSI_DH && SCSI 325e7dccadSChandra Seetharaman help 335e7dccadSChandra Seetharaman If you have a EMC CLARiiON select y. Otherwise, say N. 34057ea7c9SHannes Reinecke 35057ea7c9SHannes Reineckeconfig SCSI_DH_ALUA 362a570a49SKees Cook tristate "SPC-3 ALUA Device Handler" 370c994c03SArnd Bergmann depends on SCSI_DH && SCSI 38057ea7c9SHannes Reinecke help 39057ea7c9SHannes Reinecke SCSI Device handler for generic SPC-3 Asymmetric Logical Unit 40057ea7c9SHannes Reinecke Access (ALUA). 41057ea7c9SHannes Reinecke 42