mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 18:14:07 +08:00
fbd7ab3eb5
This patch provides the device handler to support the LSI RDAC SCSI based storage devices. Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
#
|
|
# 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.
|
|
|
|
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.
|