aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-15 11:19:33 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-15 11:19:33 -0400
commitdf3d80f5a5c74168be42788364d13cf6c83c7b9c (patch)
tree892a964c2fd28d028f2fb7471e8543d3f4006a58 /drivers/message/fusion/Kconfig
parent3d06f7a5f74a813cee817c4b30b5e6f0398da0be (diff)
parentc8e91b0a8fc8493e3bf3efcb3c8f866e9453cf1c (diff)
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (207 commits) [SCSI] gdth: fix CONFIG_ISA build failure [SCSI] esp_scsi: remove __dev{init,exit} [SCSI] gdth: !use_sg cleanup and use of scsi accessors [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2 [SCSI] gdth: Setup proper per-command private data [SCSI] gdth: Remove gdth_ctr_tab[] [SCSI] gdth: switch to modern scsi host registration [SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixes [SCSI] gdth: clean up host private data [SCSI] gdth: Remove virt hosts [SCSI] gdth: Reorder scsi_host_template intitializers [SCSI] gdth: kill gdth_{read,write}[bwl] wrappers [SCSI] gdth: Remove 2.4.x support, in-kernel changelog [SCSI] gdth: split out pci probing [SCSI] gdth: split out eisa probing [SCSI] gdth: split out isa probing gdth: Make one abuse of scsi_cmnd less obvious [SCSI] NCR5380: Use scsi_eh API for REQUEST_SENSE invocation [SCSI] usb storage: use scsi_eh API in REQUEST_SENSE execution [SCSI] scsi_error: Refactoring scsi_error to facilitate in synchronous REQUEST_SENSE ...
Diffstat (limited to 'drivers/message/fusion/Kconfig')
-rw-r--r--drivers/message/fusion/Kconfig26
1 files changed, 15 insertions, 11 deletions
diff --git a/drivers/message/fusion/Kconfig b/drivers/message/fusion/Kconfig
index f55cc03a75c9..a34a11d2fef2 100644
--- a/drivers/message/fusion/Kconfig
+++ b/drivers/message/fusion/Kconfig
@@ -1,15 +1,19 @@
1 1
2menu "Fusion MPT device support" 2menuconfig FUSION
3 bool "Fusion MPT device support"
3 depends on PCI 4 depends on PCI
5 ---help---
6 Say Y here to get to see options for Fusion Message
7 Passing Technology (MPT) drivers.
8 This option alone does not add any kernel code.
9
10 If you say N, all options in this submenu will be skipped and disabled.
4 11
5config FUSION 12if FUSION
6 bool
7 default n
8 13
9config FUSION_SPI 14config FUSION_SPI
10 tristate "Fusion MPT ScsiHost drivers for SPI" 15 tristate "Fusion MPT ScsiHost drivers for SPI"
11 depends on PCI && SCSI 16 depends on PCI && SCSI
12 select FUSION
13 select SCSI_SPI_ATTRS 17 select SCSI_SPI_ATTRS
14 ---help--- 18 ---help---
15 SCSI HOST support for a parallel SCSI host adapters. 19 SCSI HOST support for a parallel SCSI host adapters.
@@ -20,11 +24,11 @@ config FUSION_SPI
20 LSI53C1020A 24 LSI53C1020A
21 LSI53C1030 25 LSI53C1030
22 LSI53C1035 26 LSI53C1035
27 ATTO UL4D
23 28
24config FUSION_FC 29config FUSION_FC
25 tristate "Fusion MPT ScsiHost drivers for FC" 30 tristate "Fusion MPT ScsiHost drivers for FC"
26 depends on PCI && SCSI 31 depends on PCI && SCSI
27 select FUSION
28 select SCSI_FC_ATTRS 32 select SCSI_FC_ATTRS
29 ---help--- 33 ---help---
30 SCSI HOST support for a Fiber Channel host adapters. 34 SCSI HOST support for a Fiber Channel host adapters.
@@ -37,12 +41,13 @@ config FUSION_FC
37 LSIFC929 41 LSIFC929
38 LSIFC929X 42 LSIFC929X
39 LSIFC929XL 43 LSIFC929XL
44 LSIFC949X
45 LSIFC949E
40 Brocade FC 410/420 46 Brocade FC 410/420
41 47
42config FUSION_SAS 48config FUSION_SAS
43 tristate "Fusion MPT ScsiHost drivers for SAS" 49 tristate "Fusion MPT ScsiHost drivers for SAS"
44 depends on PCI && SCSI 50 depends on PCI && SCSI
45 select FUSION
46 select SCSI_SAS_ATTRS 51 select SCSI_SAS_ATTRS
47 ---help--- 52 ---help---
48 SCSI HOST support for a SAS host adapters. 53 SCSI HOST support for a SAS host adapters.
@@ -53,10 +58,10 @@ config FUSION_SAS
53 LSISAS1068 58 LSISAS1068
54 LSISAS1064E 59 LSISAS1064E
55 LSISAS1068E 60 LSISAS1068E
61 LSISAS1078
56 62
57config FUSION_MAX_SGE 63config FUSION_MAX_SGE
58 int "Maximum number of scatter gather entries (16 - 128)" 64 int "Maximum number of scatter gather entries (16 - 128)"
59 depends on FUSION
60 default "128" 65 default "128"
61 range 16 128 66 range 16 128
62 help 67 help
@@ -104,7 +109,6 @@ config FUSION_LAN
104 109
105config FUSION_LOGGING 110config FUSION_LOGGING
106 bool "Fusion MPT logging facility" 111 bool "Fusion MPT logging facility"
107 depends on FUSION
108 ---help--- 112 ---help---
109 This turns on a logging facility that can be used to debug a number 113 This turns on a logging facility that can be used to debug a number
110 of Fusion MPT related problems. 114 of Fusion MPT related problems.
@@ -113,7 +117,7 @@ config FUSION_LOGGING
113 117
114 echo [level] > /sys/class/scsi_host/host#/debug_level 118 echo [level] > /sys/class/scsi_host/host#/debug_level
115 119
116 There are various debug levels that an be found in the source: 120 There are various debug levels that can be found in the source:
117 file:drivers/message/fusion/mptdebug.h 121 file:drivers/message/fusion/mptdebug.h
118 122
119endmenu 123endif # FUSION