summaryrefslogtreecommitdiffstats
path: root/drivers/message
diff options
context:
space:
mode:
authorJames Bottomley2005-04-23 08:45:48 +0200
committerJames Bottomley2005-05-20 19:53:23 +0200
commitb86fff7368b139171edab66972ea1309092f519e (patch)
tree6702dfa6a80897497b0ae106eea9995db566db21 /drivers/message
parent[SCSI] mptfusion: mptfc Adding Stub Driver - Fiber Channel (diff)
downloadkernel-qcow2-linux-b86fff7368b139171edab66972ea1309092f519e.tar.gz
kernel-qcow2-linux-b86fff7368b139171edab66972ea1309092f519e.tar.xz
kernel-qcow2-linux-b86fff7368b139171edab66972ea1309092f519e.zip
[SCSI] mptfusion: correct Kconfig problem
The fusion Kconfig forgets to set CONFIG_FUSION, which is required to get the upper makefile to descend into the fusion directory. Add this back as a variable and make the two upper level modules select it. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message')
-rw-r--r--drivers/message/fusion/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/message/fusion/Kconfig b/drivers/message/fusion/Kconfig
index 2d5a76f7c4a6..a0e1c96b586b 100644
--- a/drivers/message/fusion/Kconfig
+++ b/drivers/message/fusion/Kconfig
@@ -1,9 +1,14 @@
menu "Fusion MPT device support"
+config FUSION
+ bool
+ default n
+
config FUSION_SPI
tristate "Fusion MPT ScsiHost drivers for SPI"
depends on PCI && SCSI
+ select FUSION
---help---
SCSI HOST support for a parallel SCSI host adapters.
@@ -17,6 +22,7 @@ config FUSION_SPI
config FUSION_FC
tristate "Fusion MPT ScsiHost drivers for FC"
depends on PCI && SCSI
+ select FUSION
---help---
SCSI HOST support for a Fiber Channel host adapters.