]> Pileus Git - ~andy/linux/commitdiff
[SCSI] mptfusion: correct Kconfig problem
authorJames Bottomley <jejb@mulgrave.(none)>
Sat, 23 Apr 2005 06:45:48 +0000 (02:45 -0400)
committerJames Bottomley <jejb@mulgrave.(none)>
Fri, 20 May 2005 17:53:23 +0000 (12:53 -0500)
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>
drivers/message/fusion/Kconfig

index 2d5a76f7c4a6d5668aabd66f3f5f0123d99eae54..a0e1c96b586bfdf937c5f4e16735d65b88cada11 100644 (file)
@@ -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.