]> Git Repo - linux.git/blame - drivers/leds/Kconfig
Revert "leds: Only descend into leds directory when CONFIG_NEW_LEDS is set"
[linux.git] / drivers / leds / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
be5ce2f1
UKK
2config LEDS_GPIO_REGISTER
3 bool
4 help
5 This option provides the function gpio_led_register_device.
6 As this function is used by arch code it must not be compiled as a
7 module.
8
66242f7e 9menuconfig NEW_LEDS
c72a1d60
RP
10 bool "LED Support"
11 help
a8d2e7d9
RP
12 Say Y to enable Linux LED support. This allows control of supported
13 LEDs from both userspace and optionally, by kernel events (triggers).
14
45d16f09
EM
15if NEW_LEDS
16
c72a1d60 17config LEDS_CLASS
a403d930 18 tristate "LED Class Support"
c72a1d60 19 help
f884e866 20 This option enables the LED sysfs class in /sys/class/leds. You'll
34a6ae67 21 need this to do anything useful with LEDs. If unsure, say Y.
c72a1d60 22
7aea8389
JA
23config LEDS_CLASS_FLASH
24 tristate "LED Flash Class Support"
25 depends on LEDS_CLASS
26 help
6e6c214f
DM
27 This option enables the flash LED sysfs class in /sys/class/leds.
28 It wraps LED Class and adds flash LEDs specific sysfs attributes
7aea8389
JA
29 and kernel internal API to it. You'll need this to provide support
30 for the flash related features of a LED device. It can be built
31 as a module.
32
55d5d3b4
DM
33config LEDS_CLASS_MULTICOLOR
34 tristate "LED Multicolor Class Support"
35 depends on LEDS_CLASS
36 help
37 This option enables the multicolor LED sysfs class in /sys/class/leds.
38 It wraps LED class and adds multicolor LED specific sysfs attributes
39 and kernel internal API to it. You'll need this to provide support
40 for multicolor LEDs that are grouped together. This class is not
41 intended for single color LEDs. It can be built as a module.
42
0cb8eb30
HG
43config LEDS_BRIGHTNESS_HW_CHANGED
44 bool "LED Class brightness_hw_changed attribute support"
45 depends on LEDS_CLASS
46 help
47 This option enables support for the brightness_hw_changed attribute
f884e866 48 for LED sysfs class devices under /sys/class/leds.
0cb8eb30
HG
49
50 See Documentation/ABI/testing/sysfs-class-led for details.
51
24f51e81 52comment "LED drivers"
c3bc9956 53
0a2f915b
HZ
54config LEDS_88PM860X
55 tristate "LED Support for Marvell 88PM860x PMIC"
0bae35e1 56 depends on LEDS_CLASS
37814fdc 57 depends on MFD_88PM860X
0a2f915b
HZ
58 help
59 This option enables support for on-chip LED drivers found on Marvell
60 Semiconductor 88PM8606 PMIC.
61
2d00f35c
SS
62config LEDS_AN30259A
63 tristate "LED support for Panasonic AN30259A"
64 depends on LEDS_CLASS && I2C && OF
65 help
66 This option enables support for the AN30259A 3-channel
67 LED driver.
68
69 To compile this driver as a module, choose M here: the module
70 will be called leds-an30259a.
71
3faee942 72config LEDS_APU
8cb21086 73 tristate "Front panel LED support for PC Engines APU/APU2/APU3 boards"
3faee942
AM
74 depends on LEDS_CLASS
75 depends on X86 && DMI
76 help
0344e616 77 This driver makes the PC Engines APU1 front panel LEDs
3faee942
AM
78 accessible from userspace programs through the LED subsystem.
79
0344e616
EW
80 If you're looking for APU2/3, use the pcengines-apu2 driver.
81 (symbol CONFIG_PCENGINES_APU2)
82
3faee942
AM
83 To compile this driver as a module, choose M here: the
84 module will be called leds-apu.
49c34b8e 85
03f613f0
LR
86config LEDS_ARIEL
87 tristate "Dell Wyse 3020 status LED support"
88 depends on LEDS_CLASS
89 depends on (MACH_MMP3_DT && MFD_ENE_KB3930) || COMPILE_TEST
90 help
91 This driver adds support for controlling the front panel status
92 LEDs on Dell Wyse 3020 (Ariel) board via the KB3930 Embedded
93 Controller.
94
95 Say Y to if your machine is a Dell Wyse 3020 thin client.
96
36a87f37 97config LEDS_AW200XX
634fea79 98 tristate "LED support for Awinic AW20036/AW20054/AW20072/AW20108"
36a87f37
MK
99 depends on LEDS_CLASS
100 depends on I2C
101 help
634fea79
GS
102 This option enables support for the Awinic AW200XX LED controllers.
103 It is a matrix LED driver programmed via an I2C interface. Devices have
104 a set of individually controlled LEDs and support 3 pattern controllers
105 for auto breathing or group dimming control. Supported devices:
106 - AW20036 (3x12) 36 LEDs
107 - AW20054 (6x9) 54 LEDs
108 - AW20072 (6x12) 72 LEDs
109 - AW20108 (9x12) 108 LEDs
36a87f37
MK
110
111 To compile this driver as a module, choose M here: the module
112 will be called leds-aw200xx.
113
59ea3c9f
NT
114config LEDS_AW2013
115 tristate "LED support for Awinic AW2013"
116 depends on LEDS_CLASS && I2C && OF
75469bb0 117 select REGMAP_I2C
59ea3c9f
NT
118 help
119 This option enables support for the AW2013 3-channel
120 LED driver.
121
122 To compile this driver as a module, choose M here: the module
123 will be called leds-aw2013.
124
fd7b025a
ÁFR
125config LEDS_BCM6328
126 tristate "LED Support for Broadcom BCM6328"
127 depends on LEDS_CLASS
522f17e1 128 depends on HAS_IOMEM
fd7b025a
ÁFR
129 depends on OF
130 help
131 This option enables support for LEDs connected to the BCM6328
132 LED HW controller accessed via MMIO registers.
133
589fca16
ÁFR
134config LEDS_BCM6358
135 tristate "LED Support for Broadcom BCM6358"
136 depends on LEDS_CLASS
522f17e1 137 depends on HAS_IOMEM
589fca16
ÁFR
138 depends on OF
139 help
140 This option enables support for LEDs connected to the BCM6358
141 LED HW controller accessed via MMIO registers.
142
047da762
YK
143config LEDS_CHT_WCOVE
144 tristate "LED support for Intel Cherry Trail Whiskey Cove PMIC"
145 depends on LEDS_CLASS
146 depends on INTEL_SOC_PMIC_CHTWC
147 help
148 This option enables support for charger and general purpose LEDs
149 connected to the Intel Cherrytrail Whiskey Cove PMIC.
150
151 To compile this driver as a module, choose M here: the module
152 will be called leds-cht-wcove.
153
cd3b0b05
SR
154config LEDS_CPCAP
155 tristate "LED Support for Motorola CPCAP"
156 depends on LEDS_CLASS
157 depends on MFD_CPCAP
158 depends on OF
159 help
160 This option enables support for LEDs offered by Motorola's
161 CPCAP PMIC.
162
9e50d5fb
OK
163config LEDS_CR0014114
164 tristate "LED Support for Crane CR0014114"
165 depends on LEDS_CLASS
166 depends on SPI
167 depends on OF
168 help
169 This option enables support for CR0014114 LED Board which
170 is widely used in vending machines produced by
171 Crane Merchandising Systems.
172
173 To compile this driver as a module, choose M here: the module
174 will be called leds-cr0014114.
175
fc19967b
OK
176config LEDS_EL15203000
177 tristate "LED Support for Crane EL15203000"
178 depends on LEDS_CLASS
179 depends on SPI
180 depends on OF
181 help
182 This option enables support for EL15203000 LED Board
183 (aka RED LED board) which is widely used in coffee vending
184 machines produced by Crane Merchandising Systems.
185
186 To compile this driver as a module, choose M here: the module
187 will be called leds-el15203000.
188
1368d06d
DM
189config LEDS_EXPRESSWIRE
190 bool
191 depends on GPIOLIB
192
089381b2
MB
193config LEDS_TURRIS_OMNIA
194 tristate "LED support for CZ.NIC's Turris Omnia"
195 depends on LEDS_CLASS_MULTICOLOR
196 depends on I2C
197 depends on MACH_ARMADA_38X || COMPILE_TEST
198 depends on OF
cbd6954f 199 select LEDS_TRIGGERS
089381b2
MB
200 help
201 This option enables basic support for the LEDs found on the front
202 side of CZ.NIC's Turris Omnia router. There are 12 RGB LEDs on the
203 front panel.
204
b1e6b706
SKS
205config LEDS_LM3530
206 tristate "LCD Backlight driver for LM3530"
207 depends on LEDS_CLASS
208 depends on I2C
209 help
210 This option enables support for the LCD backlight using
211 LM3530 ambient light sensor chip. This ALS chip can be
212 controlled manually or using PWM input or using ambient
213 light automatically.
214
bc1b8492
DM
215config LEDS_LM3532
216 tristate "LCD Backlight driver for LM3532"
99be74f6 217 select REGMAP_I2C
bc1b8492
DM
218 depends on LEDS_CLASS
219 depends on I2C
220 help
221 This option enables support for the LCD backlight using
222 LM3532 ambient light sensor chip. This ALS chip can be
223 controlled manually or using PWM input or using ambient
224 light automatically.
225
401dea7f
JH
226config LEDS_LM3533
227 tristate "LED support for LM3533"
228 depends on LEDS_CLASS
229 depends on MFD_LM3533
230 help
231 This option enables support for the LEDs on National Semiconductor /
232 TI LM3533 Lighting Power chips.
233
234 The LEDs can be controlled directly, through PWM input, or by the
235 ambient-light-sensor interface. The chip supports
236 hardware-accelerated blinking with maximum on and off periods of 9.8
237 and 77 seconds respectively.
238
8b7cfbec
SJ
239config LEDS_LM3642
240 tristate "LED support for LM3642 Chip"
241 depends on LEDS_CLASS && I2C
242 select REGMAP_I2C
243 help
244 This option enables support for LEDs connected to LM3642.
245 The LM3642 is a 4MHz fixed-frequency synchronous boost
246 converter plus 1.5A constant current driver for a high-current
247 white LED.
248
9699cb6b
DM
249config LEDS_LM3692X
250 tristate "LED support for LM3692x Chips"
251 depends on LEDS_CLASS && I2C && OF
252 select REGMAP_I2C
253 help
254 This option enables support for the TI LM3692x family
255 of white LED string drivers used for backlighting.
8b7cfbec 256
4d3cb354
RP
257config LEDS_LOCOMO
258 tristate "LED Support for Locomo device"
0bae35e1 259 depends on LEDS_CLASS
d09e1666 260 depends on SHARP_LOCOMO
4d3cb354
RP
261 help
262 This option enables support for the LEDs on Sharp Locomo.
263 Zaurus models SL-5500 and SL-5600.
264
ac67e23b
PS
265config LEDS_MIKROTIK_RB532
266 tristate "LED Support for Mikrotik Routerboard 532"
0bae35e1 267 depends on LEDS_CLASS
d09e1666 268 depends on MIKROTIK_RB532
ac67e23b
PS
269 help
270 This option enables support for the so called "User LED" of
271 Mikrotik's Routerboard 532.
272
216ec6cc
SW
273config LEDS_MT6323
274 tristate "LED Support for Mediatek MT6323 PMIC"
275 depends on LEDS_CLASS
276 depends on MFD_MT6397
277 help
278 This option enables support for on-chip LED drivers found on
279 Mediatek MT6323 PMIC.
280
1a87d942
CB
281config LEDS_NET48XX
282 tristate "LED Support for Soekris net48xx series Error LED"
0bae35e1 283 depends on LEDS_CLASS
d09e1666 284 depends on SCx200_GPIO
1a87d942
CB
285 help
286 This option enables support for the Soekris net4801 and net4826 error
287 LED.
288
0d75565f
KK
289config LEDS_WRAP
290 tristate "LED Support for the WRAP series LEDs"
0bae35e1 291 depends on LEDS_CLASS
d09e1666 292 depends on SCx200_GPIO
0d75565f
KK
293 help
294 This option enables support for the PCEngines WRAP programmable LEDs.
295
f3b6b6cd
YY
296config LEDS_COBALT_QUBE
297 tristate "LED Support for the Cobalt Qube series front LED"
0bae35e1 298 depends on LEDS_CLASS
f1b0a43b 299 depends on MIPS_COBALT || COMPILE_TEST
2fea6f35 300 help
f3b6b6cd 301 This option enables support for the front LED on Cobalt Qube series
2fea6f35 302
97da7aaf
YY
303config LEDS_COBALT_RAQ
304 bool "LED Support for the Cobalt Raq series"
f1b0a43b 305 depends on LEDS_CLASS=y && (MIPS_COBALT || COMPILE_TEST)
97da7aaf
YY
306 select LEDS_TRIGGERS
307 help
308 This option enables support for the Cobalt Raq series LEDs.
309
ec95a68d
SH
310config LEDS_SUN50I_A100
311 tristate "LED support for Allwinner A100 RGB LED controller"
06c5206c 312 depends on LEDS_CLASS_MULTICOLOR
ec95a68d
SH
313 depends on ARCH_SUNXI || COMPILE_TEST
314 help
315 This option enables support for the RGB LED controller found
316 in some Allwinner sunxi SoCs, including A100, R329, and D1.
317 It uses a one-wire interface to control up to 1024 LEDs.
318
5843492c
DM
319config LEDS_SUNFIRE
320 tristate "LED support for SunFire servers."
0bae35e1 321 depends on LEDS_CLASS
d09e1666 322 depends on SPARC64
5843492c
DM
323 select LEDS_TRIGGERS
324 help
325 This option enables support for the Left, Middle, and Right
326 LEDs on the I/O and CPU boards of SunFire UltraSPARC servers.
327
4da498fc
LW
328config LEDS_IPAQ_MICRO
329 tristate "LED Support for the Compaq iPAQ h3xxx"
35bfe456 330 depends on LEDS_CLASS
4da498fc
LW
331 depends on MFD_IPAQ_MICRO
332 help
333 Choose this option if you want to use the notification LED on
334 Compaq/HP iPAQ h3100 and h3600.
335
d39a7a63
KE
336config LEDS_HP6XX
337 tristate "LED Support for the HP Jornada 6xx"
0bae35e1 338 depends on LEDS_CLASS
d09e1666 339 depends on SH_HP6XX
d39a7a63 340 help
692105b8 341 This option enables LED support for the handheld
d39a7a63
KE
342 HP Jornada 620/660/680/690.
343
e14fa824
RV
344config LEDS_PCA9532
345 tristate "LED driver for PCA9532 dimmer"
0bae35e1 346 depends on LEDS_CLASS
5e0b080d 347 depends on I2C && INPUT
e14fa824
RV
348 help
349 This option enables support for NXP pca9532
692105b8 350 LED controller. It is generally only useful
e14fa824
RV
351 as a platform driver
352
3c1ab50d
JE
353config LEDS_PCA9532_GPIO
354 bool "Enable GPIO support for PCA9532"
355 depends on LEDS_PCA9532
356 depends on GPIOLIB
357 help
358 Allow unused pins on PCA9532 to be used as gpio.
359
360 To use a pin as gpio pca9532_type in pca9532_platform data needs to
361 set to PCA9532_TYPE_GPIO.
362
22e03f3b
RA
363config LEDS_GPIO
364 tristate "LED Support for GPIO connected LEDs"
0bae35e1 365 depends on LEDS_CLASS
9ab1963d 366 depends on GPIOLIB || COMPILE_TEST
22e03f3b
RA
367 help
368 This option enables support for the LEDs connected to GPIO
369 outputs. To be useful the particular board must have LEDs
a7d878af
TP
370 and they must be connected to the GPIO lines. The LEDs must be
371 defined as platform devices and/or OpenFirmware platform devices.
372 The code to use these bindings can be selected below.
373
5054d39e
AO
374config LEDS_LP3944
375 tristate "LED Support for N.S. LP3944 (Fun Light) I2C chip"
0bae35e1 376 depends on LEDS_CLASS
d09e1666 377 depends on I2C
5054d39e 378 help
7f1be819
AO
379 This option enables support for LEDs connected to the National
380 Semiconductor LP3944 Lighting Management Unit (LMU) also known as
381 Fun Light Chip.
5054d39e
AO
382
383 To compile this driver as a module, choose M here: the
384 module will be called leds-lp3944.
385
d966c943
TM
386config LEDS_LP3952
387 tristate "LED Support for TI LP3952 2 channel LED driver"
388 depends on LEDS_CLASS
389 depends on I2C
d966c943
TM
390 depends on GPIOLIB
391 select REGMAP_I2C
392 help
393 This option enables support for LEDs connected to the Texas
394 Instruments LP3952 LED driver.
395
396 To compile this driver as a module, choose M here: the
397 module will be called leds-lp3952.
398
242b8117 399config LEDS_LP50XX
8b624007 400 tristate "LED Support for TI LP5036/30/24/18/12/09 LED driver chip"
242b8117 401 depends on LEDS_CLASS && REGMAP_I2C
09e3f324 402 depends on LEDS_CLASS_MULTICOLOR
242b8117
DM
403 help
404 If you say yes here you get support for the Texas Instruments
405 LP5036, LP5030, LP5024, LP5018, LP5012 and LP5009 LED driver.
406
407 To compile this driver as a module, choose M here: the
408 module will be called leds-lp50xx.
409
c93d08fa 410config LEDS_LP55XX_COMMON
33b3a561 411 tristate "Common Driver for TI/National LP5521/5523/55231/5562/8501"
87e23684 412 depends on LEDS_CLASS
09e3f324 413 depends on LEDS_CLASS_MULTICOLOR
92a81562 414 depends on OF
2742b419 415 depends on I2C
10c06d17 416 select FW_LOADER
2338f73d 417 select FW_LOADER_USER_HELPER
c93d08fa 418 help
33b3a561 419 This option supports common operations for LP5521/5523/55231/5562/8501
c93d08fa
MWK
420 devices.
421
f4920f67
SO
422config LEDS_LP5521
423 tristate "LED Support for N.S. LP5521 LED driver chip"
424 depends on LEDS_CLASS && I2C
92a81562 425 depends on LEDS_LP55XX_COMMON
f4920f67
SO
426 help
427 If you say yes here you get support for the National Semiconductor
428 LP5521 LED driver. It is 3 channel chip with programmable engines.
429 Driver provides direct control via LED class and interface for
430 programming the engines.
431
432config LEDS_LP5523
ca705321 433 tristate "LED Support for TI/National LP5523/55231 LED driver chip"
f4920f67 434 depends on LEDS_CLASS && I2C
92a81562 435 depends on LEDS_LP55XX_COMMON
f4920f67 436 help
ca705321
KM
437 If you say yes here you get support for TI/National Semiconductor
438 LP5523/55231 LED driver.
439 It is 9 channel chip with programmable engines.
f4920f67
SO
440 Driver provides direct control via LED class and interface for
441 programming the engines.
442
ff45262a
KM
443config LEDS_LP5562
444 tristate "LED Support for TI LP5562 LED driver chip"
445 depends on LEDS_CLASS && I2C
92a81562 446 depends on LEDS_LP55XX_COMMON
ff45262a
KM
447 help
448 If you say yes here you get support for TI LP5562 LED driver.
449 It is 4 channels chip with programmable engines.
450 Driver provides direct control via LED class and interface for
451 programming the engines.
452
33b3a561
KM
453config LEDS_LP8501
454 tristate "LED Support for TI LP8501 LED driver chip"
455 depends on LEDS_CLASS && I2C
92a81562 456 depends on LEDS_LP55XX_COMMON
33b3a561
KM
457 help
458 If you say yes here you get support for TI LP8501 LED driver.
459 It is 9 channel chip with programmable engines.
460 Driver provides direct control via LED class and interface for
461 programming the engines.
462 It is similar as LP5523, but output power selection is available.
463 And register layout and engine program schemes are different.
464
eb80411b
KM
465config LEDS_LP8788
466 tristate "LED support for the TI LP8788 PMIC"
467 depends on LEDS_CLASS
468 depends on MFD_LP8788
469 help
470 This option enables support for the Keyboard LEDs on the LP8788 PMIC.
471
7a8685ac
DM
472config LEDS_LP8860
473 tristate "LED support for the TI LP8860 4 channel LED driver"
a2169c9b 474 depends on LEDS_CLASS && I2C && OF
2969bb18 475 select REGMAP_I2C
7a8685ac
DM
476 help
477 If you say yes here you get support for the TI LP8860 4 channel
478 LED driver.
479 This option enables support for the display cluster LEDs
480 on the LP8860 4 channel LED driver using the I2C communication
481 bus.
482
cec035de 483config LEDS_CLEVO_MAIL
95dc5768 484 tristate "Mail LED on Clevo notebook"
9b60b675 485 depends on LEDS_CLASS && BROKEN
d09e1666 486 depends on X86 && SERIO_I8042 && DMI
cec035de
MN
487 help
488 This driver makes the mail LED accessible from userspace
9b60b675
PM
489 programs through the LEDs subsystem. This LED has three
490 known modes: off, blink at 0.5Hz and blink at 1Hz.
cec035de 491
92e015cb
MN
492 The driver supports two kinds of interface: using ledtrig-timer
493 or through /sys/class/leds/clevo::mail/brightness. As this LED
67bce62a 494 cannot change its brightness it blinks instead. The brightness
92e015cb
MN
495 value 0 means off, 1..127 means blink at 0.5Hz and 128..255 means
496 blink at 1Hz.
cec035de
MN
497
498 This module can drive the mail LED for the following notebooks:
499
0eae6058
EWI
500 Clevo D400P
501 Clevo D410J
502 Clevo D410V
503 Clevo D400V/D470V (not tested, but might work)
504 Clevo M540N
505 Clevo M5x0N (not tested, but might work)
506 Positivo Mobile (Clevo M5x0V)
cec035de 507
b3ba31f8 508 If your model is not listed here you can try the "nodetect"
692105b8 509 module parameter.
b3ba31f8 510
cec035de
MN
511 To compile this driver as a module, choose M here: the
512 module will be called leds-clevo-mail.
513
f46e9203
NC
514config LEDS_PCA955X
515 tristate "LED Support for PCA955x I2C chips"
0bae35e1 516 depends on LEDS_CLASS
d09e1666 517 depends on I2C
f46e9203
NC
518 help
519 This option enables support for LEDs connected to PCA955x
520 LED driver chips accessed via the I2C bus. Supported
521 devices include PCA9550, PCA9551, PCA9552, and PCA9553.
522
561099a1
CLG
523config LEDS_PCA955X_GPIO
524 bool "Enable GPIO support for PCA955X"
525 depends on LEDS_PCA955X
526 depends on GPIOLIB
527 help
528 Allow unused pins on PCA955X to be used as gpio.
529
530 To use a pin as gpio the pin type should be set to
531 PCA955X_TYPE_GPIO in the device tree.
532
533
56a1740c 534config LEDS_PCA963X
af67384f 535 tristate "LED support for PCA963x I2C chip"
75cb2e1d
PM
536 depends on LEDS_CLASS
537 depends on I2C
538 help
af67384f
RR
539 This option enables support for LEDs connected to the PCA963x
540 LED driver chip accessed via the I2C bus. Supported
541 devices include PCA9633 and PCA9634
75cb2e1d 542
ee4e80b2
IG
543config LEDS_PCA995X
544 tristate "LED Support for PCA995x I2C chips"
545 depends on LEDS_CLASS
546 depends on I2C
547 help
548 This option enables support for LEDs connected to PCA995x
549 LED driver chips accessed via the I2C bus. Supported
550 devices include PCA9955BTW, PCA9952TW and PCA9955TW.
551
c746b551
MB
552config LEDS_WM831X_STATUS
553 tristate "LED support for status LEDs on WM831x PMICs"
0bae35e1 554 depends on LEDS_CLASS
d09e1666 555 depends on MFD_WM831X
c746b551
MB
556 help
557 This option enables support for the status LEDs of the WM831x
0eae6058 558 series of PMICs.
c746b551 559
0081e802
MB
560config LEDS_WM8350
561 tristate "LED Support for WM8350 AudioPlus PMIC"
0bae35e1 562 depends on LEDS_CLASS
d09e1666 563 depends on MFD_WM8350
0081e802
MB
564 help
565 This option enables support for LEDs driven by the Wolfson
566 Microelectronics WM8350 AudioPlus PMIC.
567
9e84561c
MR
568config LEDS_DA903X
569 tristate "LED Support for DA9030/DA9034 PMIC"
0bae35e1 570 depends on LEDS_CLASS
d09e1666 571 depends on PMIC_DA903X
9e84561c
MR
572 help
573 This option enables support for on-chip LED drivers found
574 on Dialog Semiconductor DA9030/DA9034 PMICs.
575
5ba73631
DDC
576config LEDS_DA9052
577 tristate "Dialog DA9052/DA9053 LEDS"
578 depends on LEDS_CLASS
579 depends on PMIC_DA9052
580 help
581 This option enables support for on-chip LED drivers found
582 on Dialog Semiconductor DA9052-BC and DA9053-AA/Bx PMICs.
583
ac2dd0f1
GL
584config LEDS_DAC124S085
585 tristate "LED Support for DAC124S085 SPI DAC"
0bae35e1 586 depends on LEDS_CLASS
d09e1666 587 depends on SPI
ac2dd0f1
GL
588 help
589 This option enables support for DAC124S085 SPI DAC from NatSemi,
590 which can be used to control up to four LEDs.
591
41c42ff5
LF
592config LEDS_PWM
593 tristate "PWM driven LED Support"
0bae35e1 594 depends on LEDS_CLASS
ad0ba85f 595 depends on PWM
41c42ff5
LF
596 help
597 This option enables support for pwm driven LEDs
598
d4cc6a2e
AO
599config LEDS_REGULATOR
600 tristate "REGULATOR driven LED support"
0bae35e1 601 depends on LEDS_CLASS
d09e1666 602 depends on REGULATOR
d4cc6a2e
AO
603 help
604 This option enables support for regulator driven LEDs.
605
8325642d
AK
606config LEDS_BD2606MVV
607 tristate "LED driver for BD2606MVV"
608 depends on LEDS_CLASS
609 depends on I2C
610 select REGMAP_I2C
611 help
612 This option enables support for BD2606MVV LED driver chips
613 accessed via the I2C bus. It supports setting brightness, with
614 the limitiation that there are groups of two channels sharing
615 a brightness setting, but not the on/off setting.
616
617 To compile this driver as a module, choose M here: the module will
618 be called leds-bd2606mvv.
619
0b56129b
KK
620config LEDS_BD2802
621 tristate "LED driver for BD2802 RGB LED"
0bae35e1 622 depends on LEDS_CLASS
d09e1666 623 depends on I2C
0b56129b
KK
624 help
625 This option enables support for BD2802GU RGB LED driver chips
626 accessed via the I2C bus.
627
a328e95b
DH
628config LEDS_INTEL_SS4200
629 tristate "LED driver for Intel NAS SS4200 series"
0bae35e1 630 depends on LEDS_CLASS
d09e1666 631 depends on PCI && DMI
fe15ee47 632 depends on X86
a328e95b
DH
633 help
634 This option enables support for the Intel SS4200 series of
fe15ee47
MD
635 Network Attached Storage servers. You may control the hard
636 drive or power LEDs on the front panel. Using this driver
a328e95b
DH
637 can stop the front LED from blinking after startup.
638
a8dd18fe
DM
639config LEDS_LT3593
640 tristate "LED driver for LT3593 controllers"
0bae35e1 641 depends on LEDS_CLASS
82322741 642 depends on GPIOLIB || COMPILE_TEST
a8dd18fe
DM
643 help
644 This option enables support for LEDs driven by a Linear Technology
645 LT3593 controller. This controller uses a special one-wire pulse
646 coding protocol to set the brightness.
647
ed4a10b4
MH
648config LEDS_ADP5520
649 tristate "LED Support for ADP5520/ADP5501 PMIC"
0bae35e1 650 depends on LEDS_CLASS
d09e1666 651 depends on PMIC_ADP5520
ed4a10b4
MH
652 help
653 This option enables support for on-chip LED drivers found
654 on Analog Devices ADP5520/ADP5501 PMICs.
655
656 To compile this driver as a module, choose M here: the module will
657 be called leds-adp5520.
658
736214b4
PR
659config LEDS_MAX5970
660 tristate "LED Support for Maxim 5970"
661 depends on LEDS_CLASS
662 depends on MFD_MAX5970
663 help
664 This option enables support for the Maxim MAX5970 & MAX5978 smart
665 switch indication LEDs via the I2C bus.
666
667 To compile this driver as a module, choose M here: the module will
668 be called leds-max5970.
669
7fdcef8a 670config LEDS_MC13783
ae6cdb03 671 tristate "LED Support for MC13XXX PMIC"
0bae35e1 672 depends on LEDS_CLASS
ae6cdb03 673 depends on MFD_MC13XXX
7fdcef8a 674 help
54b6c127 675 This option enables support for on-chip LED drivers found
a59ce658 676 on Freescale Semiconductor MC13783/MC13892/MC34708 PMIC.
7fdcef8a 677
11efe71f
SG
678config LEDS_NS2
679 tristate "LED support for Network Space v2 GPIO LEDs"
0bae35e1 680 depends on LEDS_CLASS
f1b0a43b 681 depends on MACH_KIRKWOOD || MACH_ARMADA_370 || COMPILE_TEST
11efe71f
SG
682 default y
683 help
259f5ba3
SG
684 This option enables support for the dual-GPIO LEDs found on the
685 following LaCie/Seagate boards:
686
687 Network Space v2 (and parents: Max, Mini)
688 Internet Space v2
689 d2 Network v2
690 n090401 (Seagate NAS 4-Bay)
11efe71f 691
24467832
SG
692config LEDS_NETXBIG
693 tristate "LED support for Big Network series LEDs"
2504f6da 694 depends on LEDS_CLASS
f1b0a43b 695 depends on MACH_KIRKWOOD || COMPILE_TEST
156189a6 696 depends on OF_GPIO
24467832
SG
697 default y
698 help
54b6c127 699 This option enables support for LEDs found on the LaCie 2Big
24467832
SG
700 and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
701 controlled through a GPIO extension bus.
702
a6d511e5
N
703config LEDS_TCA6507
704 tristate "LED Support for TCA6507 I2C chip"
705 depends on LEDS_CLASS && I2C
706 help
707 This option enables support for LEDs connected to TC6507
708 LED driver chips accessed via the I2C bus.
709 Driver support brightness control and hardware-assisted blinking.
710
e370d010
AL
711config LEDS_TLC591XX
712 tristate "LED driver for TLC59108 and TLC59116 controllers"
713 depends on LEDS_CLASS && I2C
714 select REGMAP_I2C
715 help
716 This option enables support for Texas Instruments TLC59108
717 and TLC59116 LED controllers.
718
5be102eb
BG
719config LEDS_MAX77650
720 tristate "LED support for Maxim MAX77650 PMIC"
721 depends on LEDS_CLASS && MFD_MAX77650
722 help
723 LEDs driver for MAX77650 family of PMICs from Maxim Integrated.
724
8584cb82
DK
725config LEDS_MAX8997
726 tristate "LED support for MAX8997 PMIC"
727 depends on LEDS_CLASS && MFD_MAX8997
728 help
729 This option enables support for on-chip LED drivers on
730 MAXIM MAX8997 PMIC.
731
b98d13c7 732config LEDS_LM355x
6204f03d 733 tristate "LED support for LM3554 and LM3556 chips"
32abb478
SJ
734 depends on LEDS_CLASS && I2C
735 select REGMAP_I2C
736 help
6204f03d
PM
737 This option enables support for LEDs connected to LM3554
738 and LM3556. It includes Torch, Flash and Indicator functions.
32abb478 739
e9a4593c
SAS
740config LEDS_OT200
741 tristate "LED support for the Bachmann OT200"
0113cea8 742 depends on LEDS_CLASS && HAS_IOPORT && (X86_32 || COMPILE_TEST)
e9a4593c
SAS
743 help
744 This option enables support for the LEDs on the Bachmann OT200.
745 Say Y to enable LEDs on the Bachmann OT200.
746
38433639
AW
747config LEDS_MENF21BMC
748 tristate "LED support for the MEN 14F021P00 BMC"
749 depends on LEDS_CLASS && MFD_MENF21BMC
750 help
751 Say Y here to include support for the MEN 14F021P00 BMC LEDs.
752
753 This driver can also be built as a module. If so the module
754 will be called leds-menf21bmc.
755
8c40b7d0
NS
756config LEDS_IS31FL319X
757 tristate "LED Support for ISSI IS31FL319x I2C LED controller family"
69a9b172 758 depends on LEDS_CLASS && I2C
8c40b7d0
NS
759 select REGMAP_I2C
760 help
761 This option enables support for LEDs connected to ISSI IS31FL319x
762 fancy LED driver chips accessed via the I2C bus.
763 Driver supports individual PWM brightness control for each channel.
764
765 This driver can also be built as a module. If so the module will be
766 called leds-is31fl319x.
767
9d7cffaf
DR
768config LEDS_IS31FL32XX
769 tristate "LED support for ISSI IS31FL32XX I2C LED controller family"
770 depends on LEDS_CLASS && I2C && OF
771 help
e0442d7d
DR
772 Say Y here to include support for ISSI IS31FL32XX and Si-En SN32xx
773 LED controllers. They are I2C devices with multiple constant-current
774 channels, each with independent 256-level PWM control.
9d7cffaf 775
e081c49e
BW
776config LEDS_SC27XX_BLTC
777 tristate "LED support for the SC27xx breathing light controller"
778 depends on LEDS_CLASS && MFD_SC27XX_PMIC
779 depends on OF
780 help
781 Say Y here to include support for the SC27xx breathing light controller
782 LEDs.
783
784 This driver can also be built as a module. If so the module will be
785 called leds-sc27xx-bltc.
786
f70ed8a6
VD
787comment "LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)"
788
b54cf35a
JSM
789config LEDS_BLINKM
790 tristate "LED support for the BlinkM I2C RGB LED"
791 depends on LEDS_CLASS
792 depends on I2C
793 help
794 This option enables support for the BlinkM RGB LED connected
795 through I2C. Say Y to enable support for the BlinkM LED.
796
84ad6e5c
VH
797config LEDS_POWERNV
798 tristate "LED support for PowerNV Platform"
799 depends on LEDS_CLASS
800 depends on PPC_POWERNV
801 depends on OF
802 help
803 This option enables support for the system LEDs present on
804 PowerNV platforms. Say 'y' to enable this support in kernel.
805 To compile this driver as a module, choose 'm' here: the module
806 will be called leds-powernv.
807
535f09cc
LW
808config LEDS_SYSCON
809 bool "LED support for LEDs on system controllers"
810 depends on LEDS_CLASS=y
811 depends on MFD_SYSCON
812 depends on OF
813 help
54b6c127 814 This option enables support for the LEDs on syscon type
535f09cc
LW
815 devices. This will only work with device tree enabled
816 devices.
817
7f866986
LW
818config LEDS_PM8058
819 tristate "LED Support for the Qualcomm PM8058 PMIC"
40a3a0f2 820 depends on MFD_PM8XXX
7f866986
LW
821 depends on LEDS_CLASS
822 help
823 Choose this option if you want to use the LED drivers in
824 the Qualcomm PM8058 PMIC.
825
be4fdf99
VP
826config LEDS_MLXCPLD
827 tristate "LED support for the Mellanox boards"
8f886de1 828 depends on X86 && DMI
be4fdf99
VP
829 depends on LEDS_CLASS
830 help
54b6c127
VP
831 This option enables support for the LEDs on the Mellanox
832 boards. Say Y to enable these.
be4fdf99 833
386570d7
VP
834config LEDS_MLXREG
835 tristate "LED support for the Mellanox switches management control"
836 depends on LEDS_CLASS
837 help
838 This option enables support for the LEDs on the Mellanox Ethernet and
839 InfiniBand switches. The driver can be activated by the platform device
840 device add call. Say Y to enable these. To compile this driver as a
841 module, choose 'M' here: the module will be called leds-mlxreg.
842
e381322b
DL
843config LEDS_USER
844 tristate "Userspace LED support"
845 depends on LEDS_CLASS
846 help
847 This option enables support for userspace LEDs. Say 'y' to enable this
848 support in kernel. To compile this driver as a module, choose 'm' here:
849 the module will be called uleds.
850
8338eab5
HCO
851config LEDS_NIC78BX
852 tristate "LED support for NI PXI NIC78bx devices"
853 depends on LEDS_CLASS
854 depends on X86 && ACPI
855 help
856 This option enables support for the User1 and User2 LEDs on NI
857 PXI NIC78bx devices.
858
859 To compile this driver as a module, choose M here: the module
860 will be called leds-nic78bx.
861
e9a804d7
CM
862config LEDS_SPI_BYTE
863 tristate "LED support for SPI LED controller with a single byte"
864 depends on LEDS_CLASS
865 depends on SPI
866 depends on OF
867 help
868 This option enables support for LED controller which use a single byte
869 for controlling the brightness. Currently the following controller is
870 supported: Ubiquiti airCube ISP microcontroller based LED controller.
871
3fce8e1e 872config LEDS_TI_LMU_COMMON
b0f379bd 873 tristate "LED driver for TI LMU" if COMPILE_TEST
a61079ef 874 select REGMAP
3fce8e1e
DM
875 help
876 Say Y to enable the LED driver for TI LMU devices.
877 This supports common features between the TI LM3532, LM3631, LM3632,
878 LM3633, LM3695 and LM3697.
879
5c1d824c
DM
880config LEDS_LM3697
881 tristate "LED driver for LM3697"
b0f379bd
GU
882 depends on LEDS_CLASS && I2C && OF
883 select LEDS_TI_LMU_COMMON
5c1d824c
DM
884 help
885 Say Y to enable the LM3697 LED driver for TI LMU devices.
886 This supports the LED device LM3697.
887
11e1bbc1
DM
888config LEDS_LM36274
889 tristate "LED driver for LM36274"
b0f379bd
GU
890 depends on LEDS_CLASS && MFD_TI_LMU
891 select LEDS_TI_LMU_COMMON
11e1bbc1
DM
892 help
893 Say Y to enable the LM36274 LED driver for TI LMU devices.
894 This supports the LED device LM36274.
895
b3b42b4a
SVA
896config LEDS_TPS6105X
897 tristate "LED support for TI TPS6105X"
898 depends on LEDS_CLASS
899 depends on TPS6105X
900 default y if TPS6105X
901 help
902 This driver supports TPS61050/TPS61052 LED chips.
903 It is a single boost converter primarily for white LEDs and
904 audio amplifiers.
905
64d7e231
TB
906config LEDS_IP30
907 tristate "LED support for SGI Octane machines"
908 depends on LEDS_CLASS
2aebb780 909 depends on SGI_MFD_IOC3 || COMPILE_TEST
64d7e231
TB
910 help
911 This option enables support for the Red and White LEDs of
912 SGI Octane machines.
913
914 To compile this driver as a module, choose M here: the module
915 will be called leds-ip30.
916
1ece06ac
DO
917config LEDS_ACER_A500
918 tristate "Power button LED support for Acer Iconia Tab A500"
919 depends on LEDS_CLASS && MFD_ACER_A500_EC
920 help
921 This option enables support for the Power Button LED of
922 Acer Iconia Tab A500.
923
a7ed7150
RT
924source "drivers/leds/blink/Kconfig"
925
e1c6edcb
LW
926comment "Flash and Torch LED drivers"
927source "drivers/leds/flash/Kconfig"
928
24e2d05d
BA
929comment "RGB LED drivers"
930source "drivers/leds/rgb/Kconfig"
931
d09e1666 932comment "LED Triggers"
f07fb521 933source "drivers/leds/trigger/Kconfig"
44e1e9f8 934
8c78e061
HS
935comment "Simple LED drivers"
936source "drivers/leds/simple/Kconfig"
937
66242f7e 938endif # NEW_LEDS
This page took 1.634782 seconds and 4 git commands to generate.