diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-03 16:40:56 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-07 19:04:10 -0500 |
commit | d569d5bb3fd96d2907acaddd7c4ea5cb07d02ab8 (patch) | |
tree | 2ad7fb8bf4ea59cdcc4ab7b98a14cc0eca451d05 /drivers/misc/Kconfig | |
parent | 38582a62ecd337de4212004c7d4844899dc57890 (diff) |
[SCSI] enclosure: add support for enclosure services
The enclosure misc device is really just a library providing sysfs
support for physical enclosure devices and their components.
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
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 |