aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorPavel Machek <pavel@suse.cz>2008-10-20 18:02:43 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2008-10-20 18:02:43 -0400
commit9c78ff6e65cad9f9fcf0bbde2bfbbf3a544fb704 (patch)
tree3ca17569331f882a265a6ceee5a866640edac145 /drivers/leds/Kconfig
parent0adaf6e4c23dd8a7ab20fb3acaa58e3f8422ac60 (diff)
leds: Add driver for HP harddisk protection LEDs
HP notebooks contain accelerometer-based disk protection subsystem, and LED that indicates hard disk is protected. This is driver for the LED part. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index a4f7a3ab3b29..33ff1cbeebd9 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -113,6 +113,13 @@ config LEDS_GPIO
113 outputs. To be useful the particular board must have LEDs 113 outputs. To be useful the particular board must have LEDs
114 and they must be connected to the GPIO lines. 114 and they must be connected to the GPIO lines.
115 115
116config LEDS_HP_DISK
117 tristate "LED Support for disk protection LED on HP notebooks"
118 depends on LEDS_CLASS && ACPI
119 help
120 This option enable support for disk protection LED, found on
121 newer HP notebooks.
122
116config LEDS_CLEVO_MAIL 123config LEDS_CLEVO_MAIL
117 tristate "Mail LED on Clevo notebook (EXPERIMENTAL)" 124 tristate "Mail LED on Clevo notebook (EXPERIMENTAL)"
118 depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI && EXPERIMENTAL 125 depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI && EXPERIMENTAL