diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 510bedb37575..a5f0aaaf0dd4 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -179,7 +179,15 @@ config CHR_DEV_SCH | |||
179 | say M here and read <file:Documentation/kbuild/modules.txt> and | 179 | say M here and read <file:Documentation/kbuild/modules.txt> and |
180 | <file:Documentation/scsi/scsi.txt>. The module will be called ch.o. | 180 | <file:Documentation/scsi/scsi.txt>. The module will be called ch.o. |
181 | If unsure, say N. | 181 | If unsure, say N. |
182 | 182 | ||
183 | config SCSI_ENCLOSURE | ||
184 | tristate "SCSI Enclosure Support" | ||
185 | depends on SCSI && ENCLOSURE_SERVICES | ||
186 | help | ||
187 | Enclosures are devices sitting on or in SCSI backplanes that | ||
188 | manage devices. If you have a disk cage, the chances are that | ||
189 | it has an enclosure device. Selecting this option will just allow | ||
190 | certain enclosure conditions to be reported and is not required. | ||
183 | 191 | ||
184 | comment "Some SCSI devices (e.g. CD jukebox) support multiple LUNs" | 192 | comment "Some SCSI devices (e.g. CD jukebox) support multiple LUNs" |
185 | depends on SCSI | 193 | depends on SCSI |