mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
[SCSI] mptfc: need to select transport attrs
Now that mptfc actually uses the transport class, it can't be built without it. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
569b11dcfa
commit
3759b78849
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ config FUSION_FC
|
||||||
tristate "Fusion MPT ScsiHost drivers for FC"
|
tristate "Fusion MPT ScsiHost drivers for FC"
|
||||||
depends on PCI && SCSI
|
depends on PCI && SCSI
|
||||||
select FUSION
|
select FUSION
|
||||||
|
select SCSI_FC_ATTRS
|
||||||
---help---
|
---help---
|
||||||
SCSI HOST support for a Fiber Channel host adapters.
|
SCSI HOST support for a Fiber Channel host adapters.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue