diff options
author | James Bottomley <jejb@mulgrave.(none)> | 2006-01-14 09:28:07 -0600 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2006-01-14 10:55:11 -0600 |
commit | 3759b788498ffc0b2563181567af4c82d983f921 (patch) | |
tree | e2c85821c9293a7416413ecfaac5eebfd52db745 /drivers | |
parent | 569b11dcfa9d764e775f9e964a680c32265ab7f2 (diff) |
[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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/message/fusion/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/message/fusion/Kconfig b/drivers/message/fusion/Kconfig index 1883d22cffeb..e67cf15e9c39 100644 --- a/drivers/message/fusion/Kconfig +++ b/drivers/message/fusion/Kconfig @@ -23,6 +23,7 @@ config FUSION_FC tristate "Fusion MPT ScsiHost drivers for FC" depends on PCI && SCSI select FUSION + select SCSI_FC_ATTRS ---help--- SCSI HOST support for a Fiber Channel host adapters. |