diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 78cd33861766..7b5220ca7d7f 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -285,4 +285,13 @@ config INTEL_MENLOW | |||
285 | 285 | ||
286 | If unsure, say N. | 286 | If unsure, say N. |
287 | 287 | ||
288 | config ENCLOSURE_SERVICES | ||
289 | tristate "Enclosure Services" | ||
290 | default n | ||
291 | help | ||
292 | Provides support for intelligent enclosures (bays which | ||
293 | contain storage devices). You also need either a host | ||
294 | driver (SCSI/ATA) which supports enclosures | ||
295 | or a SCSI enclosure device (SES) to use these services. | ||
296 | |||
288 | endif # MISC_DEVICES | 297 | endif # MISC_DEVICES |