diff options
author | James Bottomley <jejb@mulgrave.(none)> | 2006-01-14 10:28:07 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2006-01-14 11:55:11 -0500 |
commit | 3759b788498ffc0b2563181567af4c82d983f921 (patch) | |
tree | e2c85821c9293a7416413ecfaac5eebfd52db745 /drivers/message | |
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/message')
-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 | |||
23 | tristate "Fusion MPT ScsiHost drivers for FC" | 23 | tristate "Fusion MPT ScsiHost drivers for FC" |
24 | depends on PCI && SCSI | 24 | depends on PCI && SCSI |
25 | select FUSION | 25 | select FUSION |
26 | select SCSI_FC_ATTRS | ||
26 | ---help--- | 27 | ---help--- |
27 | SCSI HOST support for a Fiber Channel host adapters. | 28 | SCSI HOST support for a Fiber Channel host adapters. |
28 | 29 | ||