diff options
author | James Bottomley <jejb@titanic.(none)> | 2005-06-17 19:42:23 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-06-17 19:42:23 -0400 |
commit | 3237ee78fc00f786d5f5aec6f9310b0e39069f15 (patch) | |
tree | 4c94e70ab846ffcb8bb5715fb3c8d8473358a323 /drivers/scsi/Kconfig | |
parent | 9ee1c939d1cb936b1f98e8d81aeffab57bae46ab (diff) | |
parent | df0ae2497ddefd72a87f3a3b34ff32455d7d4ae0 (diff) |
merge by hand (fix up qla_os.c merge error)
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 27fec8a5eb5b..96df148ed969 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -137,6 +137,24 @@ config CHR_DEV_SG | |||
137 | 137 | ||
138 | If unsure, say N. | 138 | If unsure, say N. |
139 | 139 | ||
140 | config CHR_DEV_SCH | ||
141 | tristate "SCSI media changer support" | ||
142 | depends on SCSI | ||
143 | ---help--- | ||
144 | This is a driver for SCSI media changers. Most common devices are | ||
145 | tape libraries and MOD/CDROM jukeboxes. *Real* jukeboxes, you | ||
146 | don't need this for those tiny 6-slot cdrom changers. Media | ||
147 | changers are listed as "Type: Medium Changer" in /proc/scsi/scsi. | ||
148 | If you have such hardware and want to use it with linux, say Y | ||
149 | here. Check <file:Documentation/scsi-changer.txt> for details. | ||
150 | |||
151 | If you want to compile this as a module ( = code which can be | ||
152 | inserted in and removed from the running kernel whenever you want), | ||
153 | say M here and read <file:Documentation/modules.txt> and | ||
154 | <file:Documentation/scsi.txt>. The module will be called ch.o. | ||
155 | If unsure, say N. | ||
156 | |||
157 | |||
140 | comment "Some SCSI devices (e.g. CD jukebox) support multiple LUNs" | 158 | comment "Some SCSI devices (e.g. CD jukebox) support multiple LUNs" |
141 | depends on SCSI | 159 | depends on SCSI |
142 | 160 | ||
@@ -1192,28 +1210,6 @@ config SCSI_PAS16 | |||
1192 | To compile this driver as a module, choose M here: the | 1210 | To compile this driver as a module, choose M here: the |
1193 | module will be called pas16. | 1211 | module will be called pas16. |
1194 | 1212 | ||
1195 | config SCSI_PCI2000 | ||
1196 | tristate "PCI2000 support" | ||
1197 | depends on PCI && SCSI && BROKEN | ||
1198 | help | ||
1199 | This is support for the PCI2000I EIDE interface card which acts as a | ||
1200 | SCSI host adapter. Please read the SCSI-HOWTO, available from | ||
1201 | <http://www.tldp.org/docs.html#howto>. | ||
1202 | |||
1203 | To compile this driver as a module, choose M here: the | ||
1204 | module will be called pci2000. | ||
1205 | |||
1206 | config SCSI_PCI2220I | ||
1207 | tristate "PCI2220i support" | ||
1208 | depends on PCI && SCSI && BROKEN | ||
1209 | help | ||
1210 | This is support for the PCI2220i EIDE interface card which acts as a | ||
1211 | SCSI host adapter. Please read the SCSI-HOWTO, available from | ||
1212 | <http://www.tldp.org/docs.html#howto>. | ||
1213 | |||
1214 | To compile this driver as a module, choose M here: the | ||
1215 | module will be called pci2220i. | ||
1216 | |||
1217 | config SCSI_PSI240I | 1213 | config SCSI_PSI240I |
1218 | tristate "PSI240i support" | 1214 | tristate "PSI240i support" |
1219 | depends on ISA && SCSI | 1215 | depends on ISA && SCSI |