diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 2ef5aee86b29..ba88be399a59 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 | ||