# # [31mCONFIG_SCSI[0m Device Handler configuration # menuconfig [31mCONFIG_SCSI_DH[0m bool "SCSI Device Handlers" depends on [31mCONFIG_SCSI[0m default n help [31mCONFIG_SCSI[0m Device Handlers provide device specific support for devices utilized in multipath configurations. Say Y here to select support for specific hardware. config [31mCONFIG_SCSI_DH_RDAC[0m tristate "LSI RDAC Device Handler" depends on [31mCONFIG_SCSI_DH[0m && [31mCONFIG_SCSI[0m help If you have a LSI RDAC select y. Otherwise, say N. config [31mCONFIG_SCSI_DH_HP_SW[0m tristate "HP/COMPAQ MSA Device Handler" depends on [31mCONFIG_SCSI_DH[0m && [31mCONFIG_SCSI[0m help If you have a HP/COMPAQ MSA device that requires START_STOP to be sent to start it and cannot upgrade the firmware then select y. Otherwise, say N. config [31mCONFIG_SCSI_DH_EMC[0m tristate "EMC CLARiiON Device Handler" depends on [31mCONFIG_SCSI_DH[0m && [31mCONFIG_SCSI[0m help If you have a EMC CLARiiON select y. Otherwise, say N. config [31mCONFIG_SCSI_DH_ALUA[0m tristate "SPC-3 ALUA Device Handler" depends on [31mCONFIG_SCSI_DH[0m && [31mCONFIG_SCSI[0m help [31mCONFIG_SCSI[0m Device handler for generic SPC-3 Asymmetric Logical Unit Access (ALUA). |