Kconfig 808 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # SCSI Device Handler configuration
  3. #
  4. menuconfig SCSI_DH
  5. tristate "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
  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
  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
  27. help
  28. If you have a EMC CLARiiON select y. Otherwise, say N.