blob: 228241d1d98c808ae01bb723cbd9c8d33e630a52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# SCSI Device Handler configuration
#
menuconfig SCSI_DH
tristate "SCSI Device Handlers"
depends on SCSI
default n
help
SCSI Device Handlers provide device specific support for
devices utilized in multipath configurations. Say Y here to
select support for specific hardware.
|