Kconfig 291 B

123456789101112
  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.