aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
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