xref: /linux/drivers/scsi/device_handler/Kconfig (revision f6dd337ee4c440f29a873da3779eb3af44bd1623)
1a6a8d9f8SChandra Seetharaman#
2a6a8d9f8SChandra Seetharaman# SCSI Device Handler configuration
3a6a8d9f8SChandra Seetharaman#
4a6a8d9f8SChandra Seetharaman
5a6a8d9f8SChandra Seetharamanmenuconfig SCSI_DH
6a6a8d9f8SChandra Seetharaman	tristate "SCSI Device Handlers"
7a6a8d9f8SChandra Seetharaman	depends on SCSI
8a6a8d9f8SChandra Seetharaman	default n
9a6a8d9f8SChandra Seetharaman	help
10a6a8d9f8SChandra Seetharaman	  SCSI Device Handlers provide device specific support for
11a6a8d9f8SChandra Seetharaman	  devices utilized in multipath configurations. Say Y here to
12a6a8d9f8SChandra Seetharaman	  select support for specific hardware.
13fbd7ab3eSChandra Seetharaman
14fbd7ab3eSChandra Seetharamanconfig SCSI_DH_RDAC
15fbd7ab3eSChandra Seetharaman	tristate "LSI RDAC Device Handler"
16fbd7ab3eSChandra Seetharaman	depends on SCSI_DH
17fbd7ab3eSChandra Seetharaman	help
18fbd7ab3eSChandra Seetharaman	If you have a LSI RDAC select y. Otherwise, say N.
19*f6dd337eSMike Christie
20*f6dd337eSMike Christieconfig SCSI_DH_HP_SW
21*f6dd337eSMike Christie	tristate "HP/COMPAQ MSA Device Handler"
22*f6dd337eSMike Christie	depends on SCSI_DH
23*f6dd337eSMike Christie	help
24*f6dd337eSMike Christie	If you have a HP/COMPAQ MSA device that requires START_STOP to
25*f6dd337eSMike Christie	be sent to start it and cannot upgrade the firmware then select y.
26*f6dd337eSMike Christie	Otherwise, say N.
27