mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
[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>
This commit is contained in:
parent
2496af3945
commit
b86fff7368
1 changed files with 6 additions and 0 deletions
|
@ -1,9 +1,14 @@
|
||||||
|
|
||||||
menu "Fusion MPT device support"
|
menu "Fusion MPT device support"
|
||||||
|
|
||||||
|
config FUSION
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config FUSION_SPI
|
config FUSION_SPI
|
||||||
tristate "Fusion MPT ScsiHost drivers for SPI"
|
tristate "Fusion MPT ScsiHost drivers for SPI"
|
||||||
depends on PCI && SCSI
|
depends on PCI && SCSI
|
||||||
|
select FUSION
|
||||||
---help---
|
---help---
|
||||||
SCSI HOST support for a parallel SCSI host adapters.
|
SCSI HOST support for a parallel SCSI host adapters.
|
||||||
|
|
||||||
|
@ -17,6 +22,7 @@ config FUSION_SPI
|
||||||
config FUSION_FC
|
config FUSION_FC
|
||||||
tristate "Fusion MPT ScsiHost drivers for FC"
|
tristate "Fusion MPT ScsiHost drivers for FC"
|
||||||
depends on PCI && SCSI
|
depends on PCI && SCSI
|
||||||
|
select FUSION
|
||||||
---help---
|
---help---
|
||||||
SCSI HOST support for a Fiber Channel host adapters.
|
SCSI HOST support for a Fiber Channel host adapters.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue