Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68866
b: refs/heads/master
c: 1d9a3d0
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and James Bottomley committed Oct 12, 2007
1 parent 3d58db4 commit 9f28928
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 72e39ea7e03d0685945d177dc8cb8fe633ca9400
refs/heads/master: 1d9a3d06511751f02d9767de3e4d28d4dafc63b3
19 changes: 10 additions & 9 deletions trunk/drivers/message/fusion/Kconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@

menu "Fusion MPT device support"
menuconfig FUSION
bool "Fusion MPT device support"
depends on PCI
---help---
Say Y here to get to see options for Fusion Message
Passing Technology (MPT) drivers.
This option alone does not add any kernel code.

If you say N, all options in this submenu will be skipped and disabled.

config FUSION
bool
default n
if FUSION

config FUSION_SPI
tristate "Fusion MPT ScsiHost drivers for SPI"
depends on PCI && SCSI
select FUSION
select SCSI_SPI_ATTRS
---help---
SCSI HOST support for a parallel SCSI host adapters.
Expand All @@ -25,7 +29,6 @@ config FUSION_SPI
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.
Expand All @@ -43,7 +46,6 @@ config FUSION_FC
config FUSION_SAS
tristate "Fusion MPT ScsiHost drivers for SAS"
depends on PCI && SCSI
select FUSION
select SCSI_SAS_ATTRS
---help---
SCSI HOST support for a SAS host adapters.
Expand All @@ -57,7 +59,6 @@ config FUSION_SAS

config FUSION_MAX_SGE
int "Maximum number of scatter gather entries (16 - 128)"
depends on FUSION
default "128"
range 16 128
help
Expand Down Expand Up @@ -117,4 +118,4 @@ config FUSION_LOGGING
There are various debug levels that an be found in the source:
file:drivers/message/fusion/mptdebug.h

endmenu
endif # FUSION

0 comments on commit 9f28928

Please sign in to comment.