diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-03 22:40:56 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-08 01:04:10 +0100 |
commit | d569d5bb3fd96d2907acaddd7c4ea5cb07d02ab8 (patch) | |
tree | 2ad7fb8bf4ea59cdcc4ab7b98a14cc0eca451d05 /drivers/misc/Kconfig | |
parent | [SCSI] sr: fix test unit ready responses (diff) | |
download | linux-d569d5bb3fd96d2907acaddd7c4ea5cb07d02ab8.tar.xz linux-d569d5bb3fd96d2907acaddd7c4ea5cb07d02ab8.zip |
[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 If unsure, say N. +config ENCLOSURE_SERVICES + tristate "Enclosure Services" + default n + help + Provides support for intelligent enclosures (bays which + contain storage devices). You also need either a host + driver (SCSI/ATA) which supports enclosures + or a SCSI enclosure device (SES) to use these services. + endif # MISC_DEVICES |