Skip to content

Commit

Permalink
[SCSI] mptfusion: correct Kconfig problem
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Bottomley committed May 20, 2005
1 parent 2496af3 commit b86fff7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/message/fusion/Kconfig
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit b86fff7

Please sign in to comment.