Commit d780c3bf authored by Douglas Gilbert's avatar Douglas Gilbert Committed by James Bottomley

[SCSI] mptctl for mptsas

This patch makes the mptctl pass through available if
the mptsas driver is selected. Without this patch
if mptsas is the only fusion driver chosen, then
the mptctl is not presented as an option.

smp_utils uses the mptctl driver to pass SAS SMP
functions through a MPT SAS HBA.
Signed-off-by: default avatarDouglas Gilbert <dougg@torque.net>
Acked-by: default avatar"Moore, Eric" <Eric.Moore@lsi.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 596f482a
...@@ -66,7 +66,7 @@ config FUSION_MAX_SGE ...@@ -66,7 +66,7 @@ config FUSION_MAX_SGE
config FUSION_CTL config FUSION_CTL
tristate "Fusion MPT misc device (ioctl) driver" tristate "Fusion MPT misc device (ioctl) driver"
depends on FUSION_SPI || FUSION_FC depends on FUSION_SPI || FUSION_FC || FUSION_SAS
---help--- ---help---
The Fusion MPT misc device driver provides specialized control The Fusion MPT misc device driver provides specialized control
of MPT adapters via system ioctl calls. Use of ioctl calls to of MPT adapters via system ioctl calls. Use of ioctl calls to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment