Kconfig 1005 B

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