Kconfig 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # SCSI Device Handler configuration
  4. #
  5. menuconfig SCSI_DH
  6. bool "SCSI Device Handlers"
  7. depends on SCSI
  8. default n
  9. help
  10. SCSI Device Handlers provide device specific support for
  11. devices utilized in multipath configurations. Say Y here to
  12. select support for specific hardware.
  13. config SCSI_DH_RDAC
  14. tristate "LSI RDAC Device Handler"
  15. depends on SCSI_DH && SCSI
  16. help
  17. If you have a LSI RDAC select y. Otherwise, say N.
  18. config SCSI_DH_HP_SW
  19. tristate "HP/COMPAQ MSA Device Handler"
  20. depends on SCSI_DH && SCSI
  21. help
  22. If you have a HP/COMPAQ MSA device that requires START_STOP to
  23. be sent to start it and cannot upgrade the firmware then select y.
  24. Otherwise, say N.
  25. config SCSI_DH_EMC
  26. tristate "EMC CLARiiON Device Handler"
  27. depends on SCSI_DH && SCSI
  28. help
  29. If you have a EMC CLARiiON select y. Otherwise, say N.
  30. config SCSI_DH_ALUA
  31. tristate "SPC-3 ALUA Device Handler"
  32. depends on SCSI_DH && SCSI
  33. help
  34. SCSI Device handler for generic SPC-3 Asymmetric Logical Unit
  35. Access (ALUA).