xref: /linux/drivers/scsi/device_handler/Kconfig (revision 5e7dccad3621f6e2b572f309cf830a2c902cae80)
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.
19f6dd337eSMike Christie
20f6dd337eSMike Christieconfig SCSI_DH_HP_SW
21f6dd337eSMike Christie	tristate "HP/COMPAQ MSA Device Handler"
22f6dd337eSMike Christie	depends on SCSI_DH
23f6dd337eSMike Christie	help
24f6dd337eSMike Christie	If you have a HP/COMPAQ MSA device that requires START_STOP to
25f6dd337eSMike Christie	be sent to start it and cannot upgrade the firmware then select y.
26f6dd337eSMike Christie	Otherwise, say N.
27*5e7dccadSChandra Seetharaman
28*5e7dccadSChandra Seetharamanconfig SCSI_DH_EMC
29*5e7dccadSChandra Seetharaman	tristate "EMC CLARiiON Device Handler"
30*5e7dccadSChandra Seetharaman	depends on SCSI_DH
31*5e7dccadSChandra Seetharaman	help
32*5e7dccadSChandra Seetharaman	If you have a EMC CLARiiON select y. Otherwise, say N.
33