projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
569b11d
)
[SCSI] mptfc: need to select transport attrs
author
James Bottomley
<jejb@mulgrave.(none)>
Sat, 14 Jan 2006 15:28:07 +0000
(09:28 -0600)
committer
James Bottomley
<jejb@mulgrave.(none)>
Sat, 14 Jan 2006 16:55:11 +0000
(10:55 -0600)
Now that mptfc actually uses the transport class, it can't be built
without it.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/message/fusion/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/message/fusion/Kconfig
b/drivers/message/fusion/Kconfig
index 1883d22cffeb100a73bf3ea1479722aad93f0b98..e67cf15e9c3961af697067c4007e78ffd359da4b 100644
(file)
--- 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.