aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorMárton Németh <nm127@freemail.hu>2007-10-31 06:46:41 -0400
committerRichard Purdie <rpurdie@rpsys.net>2008-02-07 04:22:17 -0500
commitcec035de8265b18252742ef359b12e9694641112 (patch)
treee9098d3aa81807a36aeafe2503ec40f217e4cba9 /drivers/leds/Kconfig
parent488b5ec871191359b9b79262a3d48456dae7ea5f (diff)
leds: Add clevo notebook LED driver
The driver supports the mail LED commonly found on different Clevo notebooks. The driver access the LED through the i8042 hardware which is handled by the input subsystem. Signed-off-by: Márton Németh <nm127@freemail.hu> Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index ec568fa1c6cc..cf3a6d4d9475 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -114,6 +114,30 @@ config LEDS_CM_X270
114 help 114 help
115 This option enables support for the CM-X270 LEDs. 115 This option enables support for the CM-X270 LEDs.
116 116
117config LEDS_CLEVO_MAIL
118 tristate "Mail LED on Clevo notebook (EXPERIMENTAL)"
119 depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI && EXPERIMENTAL
120 help
121 This driver makes the mail LED accessible from userspace
122 programs through the leds subsystem. This LED have three
123 known mode: off, blink at 0.5Hz and blink at 1Hz.
124
125 As this LED cannot change it's brightness it blinks instead.
126 The brightness value 0 means off, 1..127 means blink at 0.5Hz
127 and 128..255 means blink at 1Hz.
128
129 This module can drive the mail LED for the following notebooks:
130
131 Clevo D410J
132 Clevo D410V
133 Clevo D400V/D470V (not tested, but might work)
134 Clevo M540N
135 Clevo M5x0N (not tested, but might work)
136 Positivo Mobile (Clevo M5x0V)
137
138 To compile this driver as a module, choose M here: the
139 module will be called leds-clevo-mail.
140
117comment "LED Triggers" 141comment "LED Triggers"
118 142
119config LEDS_TRIGGERS 143config LEDS_TRIGGERS