2008-05-01 15:49:46 -06:00
|
|
|
#
|
|
|
|
# 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.
|
2008-05-01 15:49:52 -06:00
|
|
|
|
|
|
|
config SCSI_DH_RDAC
|
|
|
|
tristate "LSI RDAC Device Handler"
|
|
|
|
depends on SCSI_DH
|
|
|
|
help
|
|
|
|
If you have a LSI RDAC select y. Otherwise, say N.
|