leds: aat1290: Move driver to flash subdirectory
[linux-2.6-microblaze.git] / drivers / leds / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config 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
9 menuconfig NEW_LEDS
10         bool "LED Support"
11         help
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
15 if NEW_LEDS
16
17 config LEDS_CLASS
18         tristate "LED Class Support"
19         help
20           This option enables the LED sysfs class in /sys/class/leds.  You'll
21           need this to do anything useful with LEDs.  If unsure, say Y.
22
23 config LEDS_CLASS_FLASH
24         tristate "LED Flash Class Support"
25         depends on LEDS_CLASS
26         help
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
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
33 config 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
43 config 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
48           for LED sysfs class devices under /sys/class/leds.
49
50           See Documentation/ABI/testing/sysfs-class-led for details.
51
52 comment "LED drivers"
53
54 config LEDS_88PM860X
55         tristate "LED Support for Marvell 88PM860x PMIC"
56         depends on LEDS_CLASS
57         depends on MFD_88PM860X
58         help
59           This option enables support for on-chip LED drivers found on Marvell
60           Semiconductor 88PM8606 PMIC.
61
62 config 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
72 config LEDS_APU
73         tristate "Front panel LED support for PC Engines APU/APU2/APU3 boards"
74         depends on LEDS_CLASS
75         depends on X86 && DMI
76         help
77           This driver makes the PC Engines APU1 front panel LEDs
78           accessible from userspace programs through the LED subsystem.
79
80           If you're looking for APU2/3, use the pcengines-apu2 driver.
81           (symbol CONFIG_PCENGINES_APU2)
82
83           To compile this driver as a module, choose M here: the
84           module will be called leds-apu.
85
86 config 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
97 config LEDS_AS3645A
98         tristate "AS3645A and LM3555 LED flash controllers support"
99         depends on I2C && LEDS_CLASS_FLASH
100         depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
101         help
102           Enable LED flash class support for AS3645A LED flash
103           controller. V4L2 flash API is provided as well if
104           CONFIG_V4L2_FLASH_API is enabled.
105
106 config LEDS_AW2013
107         tristate "LED support for Awinic AW2013"
108         depends on LEDS_CLASS && I2C && OF
109         help
110           This option enables support for the AW2013 3-channel
111           LED driver.
112
113           To compile this driver as a module, choose M here: the module
114           will be called leds-aw2013.
115
116 config LEDS_BCM6328
117         tristate "LED Support for Broadcom BCM6328"
118         depends on LEDS_CLASS
119         depends on HAS_IOMEM
120         depends on OF
121         help
122           This option enables support for LEDs connected to the BCM6328
123           LED HW controller accessed via MMIO registers.
124
125 config LEDS_BCM6358
126         tristate "LED Support for Broadcom BCM6358"
127         depends on LEDS_CLASS
128         depends on HAS_IOMEM
129         depends on OF
130         help
131           This option enables support for LEDs connected to the BCM6358
132           LED HW controller accessed via MMIO registers.
133
134 config LEDS_CPCAP
135         tristate "LED Support for Motorola CPCAP"
136         depends on LEDS_CLASS
137         depends on MFD_CPCAP
138         depends on OF
139         help
140           This option enables support for LEDs offered by Motorola's
141           CPCAP PMIC.
142
143 config LEDS_CR0014114
144         tristate "LED Support for Crane CR0014114"
145         depends on LEDS_CLASS
146         depends on SPI
147         depends on OF
148         help
149           This option enables support for CR0014114 LED Board which
150           is widely used in vending machines produced by
151           Crane Merchandising Systems.
152
153           To compile this driver as a module, choose M here: the module
154           will be called leds-cr0014114.
155
156 config LEDS_EL15203000
157         tristate "LED Support for Crane EL15203000"
158         depends on LEDS_CLASS
159         depends on SPI
160         depends on OF
161         help
162           This option enables support for EL15203000 LED Board
163           (aka RED LED board) which is widely used in coffee vending
164           machines produced by Crane Merchandising Systems.
165
166           To compile this driver as a module, choose M here: the module
167           will be called leds-el15203000.
168
169 config LEDS_TURRIS_OMNIA
170         tristate "LED support for CZ.NIC's Turris Omnia"
171         depends on LEDS_CLASS_MULTICOLOR
172         depends on I2C
173         depends on MACH_ARMADA_38X || COMPILE_TEST
174         depends on OF
175         help
176           This option enables basic support for the LEDs found on the front
177           side of CZ.NIC's Turris Omnia router. There are 12 RGB LEDs on the
178           front panel.
179
180 config LEDS_LM3530
181         tristate "LCD Backlight driver for LM3530"
182         depends on LEDS_CLASS
183         depends on I2C
184         help
185           This option enables support for the LCD backlight using
186           LM3530 ambient light sensor chip. This ALS chip can be
187           controlled manually or using PWM input or using ambient
188           light automatically.
189
190 config LEDS_LM3532
191         tristate "LCD Backlight driver for LM3532"
192         select REGMAP_I2C
193         depends on LEDS_CLASS
194         depends on I2C
195         help
196           This option enables support for the LCD backlight using
197           LM3532 ambient light sensor chip. This ALS chip can be
198           controlled manually or using PWM input or using ambient
199           light automatically.
200
201 config LEDS_LM3533
202         tristate "LED support for LM3533"
203         depends on LEDS_CLASS
204         depends on MFD_LM3533
205         help
206           This option enables support for the LEDs on National Semiconductor /
207           TI LM3533 Lighting Power chips.
208
209           The LEDs can be controlled directly, through PWM input, or by the
210           ambient-light-sensor interface. The chip supports
211           hardware-accelerated blinking with maximum on and off periods of 9.8
212           and 77 seconds respectively.
213
214 config LEDS_LM3642
215         tristate "LED support for LM3642 Chip"
216         depends on LEDS_CLASS && I2C
217         select REGMAP_I2C
218         help
219           This option enables support for LEDs connected to LM3642.
220           The LM3642 is a 4MHz fixed-frequency synchronous boost
221           converter plus 1.5A constant current driver for a high-current
222           white LED.
223
224 config LEDS_LM3692X
225         tristate "LED support for LM3692x Chips"
226         depends on LEDS_CLASS && I2C && OF
227         select REGMAP_I2C
228         help
229           This option enables support for the TI LM3692x family
230           of white LED string drivers used for backlighting.
231
232 config LEDS_LM3601X
233         tristate "LED support for LM3601x Chips"
234         depends on LEDS_CLASS && I2C
235         depends on LEDS_CLASS_FLASH
236         select REGMAP_I2C
237         help
238           This option enables support for the TI LM3601x family
239           of flash, torch and indicator classes.
240
241 config LEDS_LOCOMO
242         tristate "LED Support for Locomo device"
243         depends on LEDS_CLASS
244         depends on SHARP_LOCOMO
245         help
246           This option enables support for the LEDs on Sharp Locomo.
247           Zaurus models SL-5500 and SL-5600.
248
249 config LEDS_MIKROTIK_RB532
250         tristate "LED Support for Mikrotik Routerboard 532"
251         depends on LEDS_CLASS
252         depends on MIKROTIK_RB532
253         help
254           This option enables support for the so called "User LED" of
255           Mikrotik's Routerboard 532.
256
257 config LEDS_MT6323
258         tristate "LED Support for Mediatek MT6323 PMIC"
259         depends on LEDS_CLASS
260         depends on MFD_MT6397
261         help
262           This option enables support for on-chip LED drivers found on
263           Mediatek MT6323 PMIC.
264
265 config LEDS_S3C24XX
266         tristate "LED Support for Samsung S3C24XX GPIO LEDs"
267         depends on LEDS_CLASS
268         depends on ARCH_S3C24XX || COMPILE_TEST
269         help
270           This option enables support for LEDs connected to GPIO lines
271           on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.
272
273 config LEDS_NET48XX
274         tristate "LED Support for Soekris net48xx series Error LED"
275         depends on LEDS_CLASS
276         depends on SCx200_GPIO
277         help
278           This option enables support for the Soekris net4801 and net4826 error
279           LED.
280
281 config LEDS_FSG
282         tristate "LED Support for the Freecom FSG-3"
283         depends on LEDS_CLASS
284         depends on MACH_FSG
285         help
286           This option enables support for the LEDs on the Freecom FSG-3.
287
288 config LEDS_WRAP
289         tristate "LED Support for the WRAP series LEDs"
290         depends on LEDS_CLASS
291         depends on SCx200_GPIO
292         help
293           This option enables support for the PCEngines WRAP programmable LEDs.
294
295 config LEDS_COBALT_QUBE
296         tristate "LED Support for the Cobalt Qube series front LED"
297         depends on LEDS_CLASS
298         depends on MIPS_COBALT || COMPILE_TEST
299         help
300           This option enables support for the front LED on Cobalt Qube series
301
302 config LEDS_COBALT_RAQ
303         bool "LED Support for the Cobalt Raq series"
304         depends on LEDS_CLASS=y && (MIPS_COBALT || COMPILE_TEST)
305         select LEDS_TRIGGERS
306         help
307           This option enables support for the Cobalt Raq series LEDs.
308
309 config LEDS_SUNFIRE
310         tristate "LED support for SunFire servers."
311         depends on LEDS_CLASS
312         depends on SPARC64
313         select LEDS_TRIGGERS
314         help
315           This option enables support for the Left, Middle, and Right
316           LEDs on the I/O and CPU boards of SunFire UltraSPARC servers.
317
318 config LEDS_IPAQ_MICRO
319         tristate "LED Support for the Compaq iPAQ h3xxx"
320         depends on LEDS_CLASS
321         depends on MFD_IPAQ_MICRO
322         help
323           Choose this option if you want to use the notification LED on
324           Compaq/HP iPAQ h3100 and h3600.
325
326 config LEDS_HP6XX
327         tristate "LED Support for the HP Jornada 6xx"
328         depends on LEDS_CLASS
329         depends on SH_HP6XX
330         help
331           This option enables LED support for the handheld
332           HP Jornada 620/660/680/690.
333
334 config LEDS_PCA9532
335         tristate "LED driver for PCA9532 dimmer"
336         depends on LEDS_CLASS
337         depends on I2C && INPUT
338         help
339           This option enables support for NXP pca9532
340           LED controller. It is generally only useful
341           as a platform driver
342
343 config LEDS_PCA9532_GPIO
344         bool "Enable GPIO support for PCA9532"
345         depends on LEDS_PCA9532
346         depends on GPIOLIB
347         help
348           Allow unused pins on PCA9532 to be used as gpio.
349
350           To use a pin as gpio pca9532_type in pca9532_platform data needs to
351           set to PCA9532_TYPE_GPIO.
352
353 config LEDS_GPIO
354         tristate "LED Support for GPIO connected LEDs"
355         depends on LEDS_CLASS
356         depends on GPIOLIB || COMPILE_TEST
357         help
358           This option enables support for the LEDs connected to GPIO
359           outputs. To be useful the particular board must have LEDs
360           and they must be connected to the GPIO lines.  The LEDs must be
361           defined as platform devices and/or OpenFirmware platform devices.
362           The code to use these bindings can be selected below.
363
364 config LEDS_LP3944
365         tristate "LED Support for N.S. LP3944 (Fun Light) I2C chip"
366         depends on LEDS_CLASS
367         depends on I2C
368         help
369           This option enables support for LEDs connected to the National
370           Semiconductor LP3944 Lighting Management Unit (LMU) also known as
371           Fun Light Chip.
372
373           To compile this driver as a module, choose M here: the
374           module will be called leds-lp3944.
375
376 config LEDS_LP3952
377         tristate "LED Support for TI LP3952 2 channel LED driver"
378         depends on LEDS_CLASS
379         depends on I2C
380         depends on GPIOLIB
381         select REGMAP_I2C
382         help
383           This option enables support for LEDs connected to the Texas
384           Instruments LP3952 LED driver.
385
386           To compile this driver as a module, choose M here: the
387           module will be called leds-lp3952.
388
389 config LEDS_LP50XX
390         tristate "LED Support for TI LP5036/30/24/18/12/9 LED driver chip"
391         depends on LEDS_CLASS && REGMAP_I2C
392         depends on LEDS_CLASS_MULTICOLOR || !LEDS_CLASS_MULTICOLOR
393         help
394           If you say yes here you get support for the Texas Instruments
395           LP5036, LP5030, LP5024, LP5018, LP5012 and LP5009 LED driver.
396
397           To compile this driver as a module, choose M here: the
398           module will be called leds-lp50xx.
399
400 config LEDS_LP55XX_COMMON
401         tristate "Common Driver for TI/National LP5521/5523/55231/5562/8501"
402         depends on LEDS_CLASS
403         depends on LEDS_CLASS_MULTICOLOR || !LEDS_CLASS_MULTICOLOR
404         depends on OF
405         depends on I2C
406         select FW_LOADER
407         select FW_LOADER_USER_HELPER
408         help
409           This option supports common operations for LP5521/5523/55231/5562/8501
410           devices.
411
412 config LEDS_LP5521
413         tristate "LED Support for N.S. LP5521 LED driver chip"
414         depends on LEDS_CLASS && I2C
415         depends on LEDS_LP55XX_COMMON
416         help
417           If you say yes here you get support for the National Semiconductor
418           LP5521 LED driver. It is 3 channel chip with programmable engines.
419           Driver provides direct control via LED class and interface for
420           programming the engines.
421
422 config LEDS_LP5523
423         tristate "LED Support for TI/National LP5523/55231 LED driver chip"
424         depends on LEDS_CLASS && I2C
425         depends on LEDS_LP55XX_COMMON
426         help
427           If you say yes here you get support for TI/National Semiconductor
428           LP5523/55231 LED driver.
429           It is 9 channel chip with programmable engines.
430           Driver provides direct control via LED class and interface for
431           programming the engines.
432
433 config LEDS_LP5562
434         tristate "LED Support for TI LP5562 LED driver chip"
435         depends on LEDS_CLASS && I2C
436         depends on LEDS_LP55XX_COMMON
437         help
438           If you say yes here you get support for TI LP5562 LED driver.
439           It is 4 channels chip with programmable engines.
440           Driver provides direct control via LED class and interface for
441           programming the engines.
442
443 config LEDS_LP8501
444         tristate "LED Support for TI LP8501 LED driver chip"
445         depends on LEDS_CLASS && I2C
446         depends on LEDS_LP55XX_COMMON
447         help
448           If you say yes here you get support for TI LP8501 LED driver.
449           It is 9 channel chip with programmable engines.
450           Driver provides direct control via LED class and interface for
451           programming the engines.
452           It is similar as LP5523, but output power selection is available.
453           And register layout and engine program schemes are different.
454
455 config LEDS_LP8788
456         tristate "LED support for the TI LP8788 PMIC"
457         depends on LEDS_CLASS
458         depends on MFD_LP8788
459         help
460           This option enables support for the Keyboard LEDs on the LP8788 PMIC.
461
462 config LEDS_LP8860
463         tristate "LED support for the TI LP8860 4 channel LED driver"
464         depends on LEDS_CLASS && I2C && OF
465         select REGMAP_I2C
466         help
467           If you say yes here you get support for the TI LP8860 4 channel
468           LED driver.
469           This option enables support for the display cluster LEDs
470           on the LP8860 4 channel LED driver using the I2C communication
471           bus.
472
473 config LEDS_CLEVO_MAIL
474         tristate "Mail LED on Clevo notebook"
475         depends on LEDS_CLASS
476         depends on X86 && SERIO_I8042 && DMI
477         help
478           This driver makes the mail LED accessible from userspace
479           programs through the leds subsystem. This LED have three
480           known mode: off, blink at 0.5Hz and blink at 1Hz.
481
482           The driver supports two kinds of interface: using ledtrig-timer
483           or through /sys/class/leds/clevo::mail/brightness. As this LED
484           cannot change it's brightness it blinks instead. The brightness
485           value 0 means off, 1..127 means blink at 0.5Hz and 128..255 means
486           blink at 1Hz.
487
488           This module can drive the mail LED for the following notebooks:
489
490                 Clevo D400P
491                 Clevo D410J
492                 Clevo D410V
493                 Clevo D400V/D470V (not tested, but might work)
494                 Clevo M540N
495                 Clevo M5x0N (not tested, but might work)
496                 Positivo Mobile (Clevo M5x0V)
497
498           If your model is not listed here you can try the "nodetect"
499           module parameter.
500
501           To compile this driver as a module, choose M here: the
502           module will be called leds-clevo-mail.
503
504 config LEDS_PCA955X
505         tristate "LED Support for PCA955x I2C chips"
506         depends on LEDS_CLASS
507         depends on I2C
508         help
509           This option enables support for LEDs connected to PCA955x
510           LED driver chips accessed via the I2C bus.  Supported
511           devices include PCA9550, PCA9551, PCA9552, and PCA9553.
512
513 config LEDS_PCA955X_GPIO
514         bool "Enable GPIO support for PCA955X"
515         depends on LEDS_PCA955X
516         depends on GPIOLIB
517         help
518           Allow unused pins on PCA955X to be used as gpio.
519
520           To use a pin as gpio the pin type should be set to
521           PCA955X_TYPE_GPIO in the device tree.
522
523
524 config LEDS_PCA963X
525         tristate "LED support for PCA963x I2C chip"
526         depends on LEDS_CLASS
527         depends on I2C
528         help
529           This option enables support for LEDs connected to the PCA963x
530           LED driver chip accessed via the I2C bus. Supported
531           devices include PCA9633 and PCA9634
532
533 config LEDS_WM831X_STATUS
534         tristate "LED support for status LEDs on WM831x PMICs"
535         depends on LEDS_CLASS
536         depends on MFD_WM831X
537         help
538           This option enables support for the status LEDs of the WM831x
539           series of PMICs.
540
541 config LEDS_WM8350
542         tristate "LED Support for WM8350 AudioPlus PMIC"
543         depends on LEDS_CLASS
544         depends on MFD_WM8350
545         help
546           This option enables support for LEDs driven by the Wolfson
547           Microelectronics WM8350 AudioPlus PMIC.
548
549 config LEDS_DA903X
550         tristate "LED Support for DA9030/DA9034 PMIC"
551         depends on LEDS_CLASS
552         depends on PMIC_DA903X
553         help
554           This option enables support for on-chip LED drivers found
555           on Dialog Semiconductor DA9030/DA9034 PMICs.
556
557 config LEDS_DA9052
558         tristate "Dialog DA9052/DA9053 LEDS"
559         depends on LEDS_CLASS
560         depends on PMIC_DA9052
561         help
562           This option enables support for on-chip LED drivers found
563           on Dialog Semiconductor DA9052-BC and DA9053-AA/Bx PMICs.
564
565 config LEDS_DAC124S085
566         tristate "LED Support for DAC124S085 SPI DAC"
567         depends on LEDS_CLASS
568         depends on SPI
569         help
570           This option enables support for DAC124S085 SPI DAC from NatSemi,
571           which can be used to control up to four LEDs.
572
573 config LEDS_PWM
574         tristate "PWM driven LED Support"
575         depends on LEDS_CLASS
576         depends on PWM
577         help
578           This option enables support for pwm driven LEDs
579
580 config LEDS_REGULATOR
581         tristate "REGULATOR driven LED support"
582         depends on LEDS_CLASS
583         depends on REGULATOR
584         help
585           This option enables support for regulator driven LEDs.
586
587 config LEDS_BD2802
588         tristate "LED driver for BD2802 RGB LED"
589         depends on LEDS_CLASS
590         depends on I2C
591         help
592           This option enables support for BD2802GU RGB LED driver chips
593           accessed via the I2C bus.
594
595 config LEDS_INTEL_SS4200
596         tristate "LED driver for Intel NAS SS4200 series"
597         depends on LEDS_CLASS
598         depends on PCI && DMI
599         depends on X86
600         help
601           This option enables support for the Intel SS4200 series of
602           Network Attached Storage servers. You may control the hard
603           drive or power LEDs on the front panel. Using this driver
604           can stop the front LED from blinking after startup.
605
606 config LEDS_LT3593
607         tristate "LED driver for LT3593 controllers"
608         depends on LEDS_CLASS
609         depends on GPIOLIB || COMPILE_TEST
610         help
611           This option enables support for LEDs driven by a Linear Technology
612           LT3593 controller. This controller uses a special one-wire pulse
613           coding protocol to set the brightness.
614
615 config LEDS_ADP5520
616         tristate "LED Support for ADP5520/ADP5501 PMIC"
617         depends on LEDS_CLASS
618         depends on PMIC_ADP5520
619         help
620           This option enables support for on-chip LED drivers found
621           on Analog Devices ADP5520/ADP5501 PMICs.
622
623           To compile this driver as a module, choose M here: the module will
624           be called leds-adp5520.
625
626 config LEDS_MC13783
627         tristate "LED Support for MC13XXX PMIC"
628         depends on LEDS_CLASS
629         depends on MFD_MC13XXX
630         help
631           This option enables support for on-chip LED drivers found
632           on Freescale Semiconductor MC13783/MC13892/MC34708 PMIC.
633
634 config LEDS_NS2
635         tristate "LED support for Network Space v2 GPIO LEDs"
636         depends on LEDS_CLASS
637         depends on MACH_KIRKWOOD || MACH_ARMADA_370 || COMPILE_TEST
638         default y
639         help
640           This option enables support for the dual-GPIO LEDs found on the
641           following LaCie/Seagate boards:
642
643                 Network Space v2 (and parents: Max, Mini)
644                 Internet Space v2
645                 d2 Network v2
646                 n090401 (Seagate NAS 4-Bay)
647
648 config LEDS_NETXBIG
649         tristate "LED support for Big Network series LEDs"
650         depends on LEDS_CLASS
651         depends on MACH_KIRKWOOD || COMPILE_TEST
652         depends on OF_GPIO
653         default y
654         help
655           This option enables support for LEDs found on the LaCie 2Big
656           and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
657           controlled through a GPIO extension bus.
658
659 config LEDS_ASIC3
660         bool "LED support for the HTC ASIC3"
661         depends on LEDS_CLASS=y
662         depends on MFD_ASIC3
663         default y
664         help
665           This option enables support for the LEDs on the HTC ASIC3. The HTC
666           ASIC3 LED GPIOs are inputs, not outputs, thus the leds-gpio driver
667           cannot be used. This driver supports hardware blinking with an on+off
668           period from 62ms to 125s. Say Y to enable LEDs on the HP iPAQ hx4700.
669
670 config LEDS_TCA6507
671         tristate "LED Support for TCA6507 I2C chip"
672         depends on LEDS_CLASS && I2C
673         help
674           This option enables support for LEDs connected to TC6507
675           LED driver chips accessed via the I2C bus.
676           Driver support brightness control and hardware-assisted blinking.
677
678 config LEDS_TLC591XX
679         tristate "LED driver for TLC59108 and TLC59116 controllers"
680         depends on LEDS_CLASS && I2C
681         select REGMAP_I2C
682         help
683           This option enables support for Texas Instruments TLC59108
684           and TLC59116 LED controllers.
685
686 config LEDS_MAX77650
687         tristate "LED support for Maxim MAX77650 PMIC"
688         depends on LEDS_CLASS && MFD_MAX77650
689         help
690           LEDs driver for MAX77650 family of PMICs from Maxim Integrated.
691
692 config LEDS_MAX77693
693         tristate "LED support for MAX77693 Flash"
694         depends on LEDS_CLASS_FLASH
695         depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
696         depends on MFD_MAX77693
697         depends on OF
698         help
699           This option enables support for the flash part of the MAX77693
700           multifunction device. It has build in control for two leds in flash
701           and torch mode.
702
703 config LEDS_MAX8997
704         tristate "LED support for MAX8997 PMIC"
705         depends on LEDS_CLASS && MFD_MAX8997
706         help
707           This option enables support for on-chip LED drivers on
708           MAXIM MAX8997 PMIC.
709
710 config LEDS_LM355x
711         tristate "LED support for LM3554 and LM3556 chips"
712         depends on LEDS_CLASS && I2C
713         select REGMAP_I2C
714         help
715           This option enables support for LEDs connected to LM3554
716           and LM3556. It includes Torch, Flash and Indicator functions.
717
718 config LEDS_OT200
719         tristate "LED support for the Bachmann OT200"
720         depends on LEDS_CLASS && HAS_IOMEM && (X86_32 || COMPILE_TEST)
721         help
722           This option enables support for the LEDs on the Bachmann OT200.
723           Say Y to enable LEDs on the Bachmann OT200.
724
725 config LEDS_MENF21BMC
726         tristate "LED support for the MEN 14F021P00 BMC"
727         depends on LEDS_CLASS && MFD_MENF21BMC
728         help
729           Say Y here to include support for the MEN 14F021P00 BMC LEDs.
730
731           This driver can also be built as a module. If so the module
732           will be called leds-menf21bmc.
733
734 config LEDS_KTD2692
735         tristate "LED support for KTD2692 flash LED controller"
736         depends on LEDS_CLASS_FLASH && OF
737         depends on GPIOLIB || COMPILE_TEST
738         help
739           This option enables support for KTD2692 LED flash connected
740           through ExpressWire interface.
741
742           Say Y to enable this driver.
743
744 config LEDS_IS31FL319X
745         tristate "LED Support for ISSI IS31FL319x I2C LED controller family"
746         depends on LEDS_CLASS && I2C && OF
747         select REGMAP_I2C
748         help
749           This option enables support for LEDs connected to ISSI IS31FL319x
750           fancy LED driver chips accessed via the I2C bus.
751           Driver supports individual PWM brightness control for each channel.
752
753           This driver can also be built as a module. If so the module will be
754           called leds-is31fl319x.
755
756 config LEDS_IS31FL32XX
757         tristate "LED support for ISSI IS31FL32XX I2C LED controller family"
758         depends on LEDS_CLASS && I2C && OF
759         help
760           Say Y here to include support for ISSI IS31FL32XX and Si-En SN32xx
761           LED controllers. They are I2C devices with multiple constant-current
762           channels, each with independent 256-level PWM control.
763
764 config LEDS_SC27XX_BLTC
765         tristate "LED support for the SC27xx breathing light controller"
766         depends on LEDS_CLASS && MFD_SC27XX_PMIC
767         depends on OF
768         help
769           Say Y here to include support for the SC27xx breathing light controller
770           LEDs.
771
772           This driver can also be built as a module. If so the module will be
773           called leds-sc27xx-bltc.
774
775 comment "LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)"
776
777 config LEDS_BLINKM
778         tristate "LED support for the BlinkM I2C RGB LED"
779         depends on LEDS_CLASS
780         depends on I2C
781         help
782           This option enables support for the BlinkM RGB LED connected
783           through I2C. Say Y to enable support for the BlinkM LED.
784
785 config LEDS_POWERNV
786         tristate "LED support for PowerNV Platform"
787         depends on LEDS_CLASS
788         depends on PPC_POWERNV
789         depends on OF
790         help
791           This option enables support for the system LEDs present on
792           PowerNV platforms. Say 'y' to enable this support in kernel.
793           To compile this driver as a module, choose 'm' here: the module
794           will be called leds-powernv.
795
796 config LEDS_SYSCON
797         bool "LED support for LEDs on system controllers"
798         depends on LEDS_CLASS=y
799         depends on MFD_SYSCON
800         depends on OF
801         help
802           This option enables support for the LEDs on syscon type
803           devices. This will only work with device tree enabled
804           devices.
805
806 config LEDS_PM8058
807         tristate "LED Support for the Qualcomm PM8058 PMIC"
808         depends on MFD_PM8XXX
809         depends on LEDS_CLASS
810         help
811           Choose this option if you want to use the LED drivers in
812           the Qualcomm PM8058 PMIC.
813
814 config LEDS_MLXCPLD
815         tristate "LED support for the Mellanox boards"
816         depends on X86 && DMI
817         depends on LEDS_CLASS
818         help
819           This option enables support for the LEDs on the Mellanox
820           boards. Say Y to enable these.
821
822 config LEDS_MLXREG
823         tristate "LED support for the Mellanox switches management control"
824         depends on LEDS_CLASS
825         help
826           This option enables support for the LEDs on the Mellanox Ethernet and
827           InfiniBand switches. The driver can be activated by the platform device
828           device add call. Say Y to enable these. To compile this driver as a
829           module, choose 'M' here: the module will be called leds-mlxreg.
830
831 config LEDS_USER
832         tristate "Userspace LED support"
833         depends on LEDS_CLASS
834         help
835           This option enables support for userspace LEDs. Say 'y' to enable this
836           support in kernel. To compile this driver as a module, choose 'm' here:
837           the module will be called uleds.
838
839 config LEDS_NIC78BX
840         tristate "LED support for NI PXI NIC78bx devices"
841         depends on LEDS_CLASS
842         depends on X86 && ACPI
843         help
844           This option enables support for the User1 and User2 LEDs on NI
845           PXI NIC78bx devices.
846
847           To compile this driver as a module, choose M here: the module
848           will be called leds-nic78bx.
849
850 config LEDS_SPI_BYTE
851         tristate "LED support for SPI LED controller with a single byte"
852         depends on LEDS_CLASS
853         depends on SPI
854         depends on OF
855         help
856           This option enables support for LED controller which use a single byte
857           for controlling the brightness. Currently the following controller is
858           supported: Ubiquiti airCube ISP microcontroller based LED controller.
859
860 config LEDS_TI_LMU_COMMON
861         tristate "LED driver for TI LMU"
862         depends on LEDS_CLASS
863         depends on REGMAP
864         help
865           Say Y to enable the LED driver for TI LMU devices.
866           This supports common features between the TI LM3532, LM3631, LM3632,
867           LM3633, LM3695 and LM3697.
868
869 config LEDS_LM3697
870         tristate "LED driver for LM3697"
871         depends on LEDS_TI_LMU_COMMON
872         depends on I2C && OF
873         help
874           Say Y to enable the LM3697 LED driver for TI LMU devices.
875           This supports the LED device LM3697.
876
877 config LEDS_LM36274
878         tristate "LED driver for LM36274"
879         depends on LEDS_TI_LMU_COMMON
880         depends on MFD_TI_LMU
881         help
882           Say Y to enable the LM36274 LED driver for TI LMU devices.
883           This supports the LED device LM36274.
884
885 config LEDS_TPS6105X
886         tristate "LED support for TI TPS6105X"
887         depends on LEDS_CLASS
888         depends on TPS6105X
889         default y if TPS6105X
890         help
891           This driver supports TPS61050/TPS61052 LED chips.
892           It is a single boost converter primarily for white LEDs and
893           audio amplifiers.
894
895 config LEDS_IP30
896         tristate "LED support for SGI Octane machines"
897         depends on LEDS_CLASS
898         depends on SGI_MFD_IOC3 || COMPILE_TEST
899         help
900           This option enables support for the Red and White LEDs of
901           SGI Octane machines.
902
903           To compile this driver as a module, choose M here: the module
904           will be called leds-ip30.
905
906 config LEDS_SGM3140
907         tristate "LED support for the SGM3140"
908         depends on LEDS_CLASS_FLASH
909         depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
910         help
911           This option enables support for the SGM3140 500mA Buck/Boost Charge
912           Pump LED Driver.
913
914 config LEDS_ACER_A500
915         tristate "Power button LED support for Acer Iconia Tab A500"
916         depends on LEDS_CLASS && MFD_ACER_A500_EC
917         help
918           This option enables support for the Power Button LED of
919           Acer Iconia Tab A500.
920
921 source "drivers/leds/blink/Kconfig"
922
923 comment "Flash and Torch LED drivers"
924 source "drivers/leds/flash/Kconfig"
925
926 comment "LED Triggers"
927 source "drivers/leds/trigger/Kconfig"
928
929 endif # NEW_LEDS