aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig48
1 files changed, 38 insertions, 10 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index ec568fa1c6cc..851a3b01781e 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -39,15 +39,6 @@ config LEDS_SPITZ
39 This option enables support for the LEDs on Sharp Zaurus 39 This option enables support for the LEDs on Sharp Zaurus
40 SL-Cxx00 series (C1000, C3000, C3100). 40 SL-Cxx00 series (C1000, C3000, C3100).
41 41
42config LEDS_IXP4XX
43 tristate "LED Support for GPIO connected LEDs on IXP4XX processors"
44 depends on LEDS_CLASS && ARCH_IXP4XX
45 help
46 This option enables support for the LEDs connected to GPIO
47 outputs of the Intel IXP4XX processors. To be useful the
48 particular board must have LEDs and they must be connected
49 to the GPIO lines. If unsure, say Y.
50
51config LEDS_TOSA 42config LEDS_TOSA
52 tristate "LED Support for the Sharp SL-6000 series" 43 tristate "LED Support for the Sharp SL-6000 series"
53 depends on LEDS_CLASS && PXA_SHARPSL 44 depends on LEDS_CLASS && PXA_SHARPSL
@@ -100,6 +91,13 @@ config LEDS_COBALT_RAQ
100 help 91 help
101 This option enables support for the Cobalt Raq series LEDs. 92 This option enables support for the Cobalt Raq series LEDs.
102 93
94config LEDS_HP6XX
95 tristate "LED Support for the HP Jornada 6xx"
96 depends on LEDS_CLASS && SH_HP6XX
97 help
98 This option enables led support for the handheld
99 HP Jornada 620/660/680/690.
100
103config LEDS_GPIO 101config LEDS_GPIO
104 tristate "LED Support for GPIO connected LEDs" 102 tristate "LED Support for GPIO connected LEDs"
105 depends on LEDS_CLASS && GENERIC_GPIO 103 depends on LEDS_CLASS && GENERIC_GPIO
@@ -114,6 +112,32 @@ config LEDS_CM_X270
114 help 112 help
115 This option enables support for the CM-X270 LEDs. 113 This option enables support for the CM-X270 LEDs.
116 114
115config LEDS_CLEVO_MAIL
116 tristate "Mail LED on Clevo notebook (EXPERIMENTAL)"
117 depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI && EXPERIMENTAL
118 help
119 This driver makes the mail LED accessible from userspace
120 programs through the leds subsystem. This LED have three
121 known mode: off, blink at 0.5Hz and blink at 1Hz.
122
123 The driver supports two kinds of interface: using ledtrig-timer
124 or through /sys/class/leds/clevo::mail/brightness. As this LED
125 cannot change it's brightness it blinks instead. The brightness
126 value 0 means off, 1..127 means blink at 0.5Hz and 128..255 means
127 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
@@ -128,7 +152,11 @@ config LEDS_TRIGGER_TIMER
128 depends on LEDS_TRIGGERS 152 depends on LEDS_TRIGGERS
129 help 153 help
130 This allows LEDs to be controlled by a programmable timer 154 This allows LEDs to be controlled by a programmable timer
131 via sysfs. If unsure, say Y. 155 via sysfs. Some LED hardware can be programmed to start
156 blinking the LED without any further software interaction.
157 For more details read Documentation/leds-class.txt.
158
159 If unsure, say Y.
132 160
133config LEDS_TRIGGER_IDE_DISK 161config LEDS_TRIGGER_IDE_DISK
134 bool "LED IDE Disk Trigger" 162 bool "LED IDE Disk Trigger"