1 # SPDX-License-Identifier: GPL-2.0-only
2 config LEDS_GPIO_REGISTER
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
12 Say Y to enable Linux LED support. This allows control of supported
13 LEDs from both userspace and optionally, by kernel events (triggers).
18 tristate "LED Class Support"
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.
23 config LEDS_CLASS_FLASH
24 tristate "LED Flash Class Support"
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
33 config LEDS_CLASS_MULTICOLOR
34 tristate "LED Multicolor Class Support"
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.
43 config LEDS_BRIGHTNESS_HW_CHANGED
44 bool "LED Class brightness_hw_changed attribute support"
47 This option enables support for the brightness_hw_changed attribute
48 for LED sysfs class devices under /sys/class/leds.
50 See Documentation/ABI/testing/sysfs-class-led for details.
55 tristate "LED Support for Marvell 88PM860x PMIC"
57 depends on MFD_88PM860X
59 This option enables support for on-chip LED drivers found on Marvell
60 Semiconductor 88PM8606 PMIC.
63 tristate "LED support for Panasonic AN30259A"
64 depends on LEDS_CLASS && I2C && OF
66 This option enables support for the AN30259A 3-channel
69 To compile this driver as a module, choose M here: the module
70 will be called leds-an30259a.
73 tristate "Front panel LED support for PC Engines APU/APU2/APU3 boards"
77 This driver makes the PC Engines APU1 front panel LEDs
78 accessible from userspace programs through the LED subsystem.
80 If you're looking for APU2/3, use the pcengines-apu2 driver.
81 (symbol CONFIG_PCENGINES_APU2)
83 To compile this driver as a module, choose M here: the
84 module will be called leds-apu.
87 tristate "Dell Wyse 3020 status LED support"
89 depends on (MACH_MMP3_DT && MFD_ENE_KB3930) || COMPILE_TEST
91 This driver adds support for controlling the front panel status
92 LEDs on Dell Wyse 3020 (Ariel) board via the KB3930 Embedded
95 Say Y to if your machine is a Dell Wyse 3020 thin client.
98 tristate "LED support for Awinic AW20036/AW20054/AW20072"
102 This option enables support for the AW20036/AW20054/AW20072 LED driver.
103 It is a 3x12/6x9/6x12 matrix LED driver programmed via
104 an I2C interface, up to 36/54/72 LEDs or 12/18/24 RGBs,
105 3 pattern controllers for auto breathing or group dimming control.
107 To compile this driver as a module, choose M here: the module
108 will be called leds-aw200xx.
111 tristate "LED support for Awinic AW2013"
112 depends on LEDS_CLASS && I2C && OF
115 This option enables support for the AW2013 3-channel
118 To compile this driver as a module, choose M here: the module
119 will be called leds-aw2013.
122 tristate "LED Support for Broadcom BCM6328"
123 depends on LEDS_CLASS
127 This option enables support for LEDs connected to the BCM6328
128 LED HW controller accessed via MMIO registers.
131 tristate "LED Support for Broadcom BCM6358"
132 depends on LEDS_CLASS
136 This option enables support for LEDs connected to the BCM6358
137 LED HW controller accessed via MMIO registers.
139 config LEDS_CHT_WCOVE
140 tristate "LED support for Intel Cherry Trail Whiskey Cove PMIC"
141 depends on LEDS_CLASS
142 depends on INTEL_SOC_PMIC_CHTWC
144 This option enables support for charger and general purpose LEDs
145 connected to the Intel Cherrytrail Whiskey Cove PMIC.
147 To compile this driver as a module, choose M here: the module
148 will be called leds-cht-wcove.
151 tristate "LED Support for Motorola CPCAP"
152 depends on LEDS_CLASS
156 This option enables support for LEDs offered by Motorola's
159 config LEDS_CR0014114
160 tristate "LED Support for Crane CR0014114"
161 depends on LEDS_CLASS
165 This option enables support for CR0014114 LED Board which
166 is widely used in vending machines produced by
167 Crane Merchandising Systems.
169 To compile this driver as a module, choose M here: the module
170 will be called leds-cr0014114.
172 config LEDS_EL15203000
173 tristate "LED Support for Crane EL15203000"
174 depends on LEDS_CLASS
178 This option enables support for EL15203000 LED Board
179 (aka RED LED board) which is widely used in coffee vending
180 machines produced by Crane Merchandising Systems.
182 To compile this driver as a module, choose M here: the module
183 will be called leds-el15203000.
185 config LEDS_TURRIS_OMNIA
186 tristate "LED support for CZ.NIC's Turris Omnia"
187 depends on LEDS_CLASS_MULTICOLOR
189 depends on MACH_ARMADA_38X || COMPILE_TEST
192 This option enables basic support for the LEDs found on the front
193 side of CZ.NIC's Turris Omnia router. There are 12 RGB LEDs on the
197 tristate "LCD Backlight driver for LM3530"
198 depends on LEDS_CLASS
201 This option enables support for the LCD backlight using
202 LM3530 ambient light sensor chip. This ALS chip can be
203 controlled manually or using PWM input or using ambient
207 tristate "LCD Backlight driver for LM3532"
209 depends on LEDS_CLASS
212 This option enables support for the LCD backlight using
213 LM3532 ambient light sensor chip. This ALS chip can be
214 controlled manually or using PWM input or using ambient
218 tristate "LED support for LM3533"
219 depends on LEDS_CLASS
220 depends on MFD_LM3533
222 This option enables support for the LEDs on National Semiconductor /
223 TI LM3533 Lighting Power chips.
225 The LEDs can be controlled directly, through PWM input, or by the
226 ambient-light-sensor interface. The chip supports
227 hardware-accelerated blinking with maximum on and off periods of 9.8
228 and 77 seconds respectively.
231 tristate "LED support for LM3642 Chip"
232 depends on LEDS_CLASS && I2C
235 This option enables support for LEDs connected to LM3642.
236 The LM3642 is a 4MHz fixed-frequency synchronous boost
237 converter plus 1.5A constant current driver for a high-current
241 tristate "LED support for LM3692x Chips"
242 depends on LEDS_CLASS && I2C && OF
245 This option enables support for the TI LM3692x family
246 of white LED string drivers used for backlighting.
249 tristate "LED Support for Locomo device"
250 depends on LEDS_CLASS
251 depends on SHARP_LOCOMO
253 This option enables support for the LEDs on Sharp Locomo.
254 Zaurus models SL-5500 and SL-5600.
256 config LEDS_MIKROTIK_RB532
257 tristate "LED Support for Mikrotik Routerboard 532"
258 depends on LEDS_CLASS
259 depends on MIKROTIK_RB532
261 This option enables support for the so called "User LED" of
262 Mikrotik's Routerboard 532.
265 tristate "LED Support for Mediatek MT6323 PMIC"
266 depends on LEDS_CLASS
267 depends on MFD_MT6397
269 This option enables support for on-chip LED drivers found on
270 Mediatek MT6323 PMIC.
273 tristate "LED Support for Soekris net48xx series Error LED"
274 depends on LEDS_CLASS
275 depends on SCx200_GPIO
277 This option enables support for the Soekris net4801 and net4826 error
281 tristate "LED Support for the WRAP series LEDs"
282 depends on LEDS_CLASS
283 depends on SCx200_GPIO
285 This option enables support for the PCEngines WRAP programmable LEDs.
287 config LEDS_COBALT_QUBE
288 tristate "LED Support for the Cobalt Qube series front LED"
289 depends on LEDS_CLASS
290 depends on MIPS_COBALT || COMPILE_TEST
292 This option enables support for the front LED on Cobalt Qube series
294 config LEDS_COBALT_RAQ
295 bool "LED Support for the Cobalt Raq series"
296 depends on LEDS_CLASS=y && (MIPS_COBALT || COMPILE_TEST)
299 This option enables support for the Cobalt Raq series LEDs.
302 tristate "LED support for SunFire servers."
303 depends on LEDS_CLASS
307 This option enables support for the Left, Middle, and Right
308 LEDs on the I/O and CPU boards of SunFire UltraSPARC servers.
310 config LEDS_IPAQ_MICRO
311 tristate "LED Support for the Compaq iPAQ h3xxx"
312 depends on LEDS_CLASS
313 depends on MFD_IPAQ_MICRO
315 Choose this option if you want to use the notification LED on
316 Compaq/HP iPAQ h3100 and h3600.
319 tristate "LED Support for the HP Jornada 6xx"
320 depends on LEDS_CLASS
323 This option enables LED support for the handheld
324 HP Jornada 620/660/680/690.
327 tristate "LED driver for PCA9532 dimmer"
328 depends on LEDS_CLASS
329 depends on I2C && INPUT
331 This option enables support for NXP pca9532
332 LED controller. It is generally only useful
335 config LEDS_PCA9532_GPIO
336 bool "Enable GPIO support for PCA9532"
337 depends on LEDS_PCA9532
340 Allow unused pins on PCA9532 to be used as gpio.
342 To use a pin as gpio pca9532_type in pca9532_platform data needs to
343 set to PCA9532_TYPE_GPIO.
346 tristate "LED Support for GPIO connected LEDs"
347 depends on LEDS_CLASS
348 depends on GPIOLIB || COMPILE_TEST
350 This option enables support for the LEDs connected to GPIO
351 outputs. To be useful the particular board must have LEDs
352 and they must be connected to the GPIO lines. The LEDs must be
353 defined as platform devices and/or OpenFirmware platform devices.
354 The code to use these bindings can be selected below.
357 tristate "LED Support for N.S. LP3944 (Fun Light) I2C chip"
358 depends on LEDS_CLASS
361 This option enables support for LEDs connected to the National
362 Semiconductor LP3944 Lighting Management Unit (LMU) also known as
365 To compile this driver as a module, choose M here: the
366 module will be called leds-lp3944.
369 tristate "LED Support for TI LP3952 2 channel LED driver"
370 depends on LEDS_CLASS
375 This option enables support for LEDs connected to the Texas
376 Instruments LP3952 LED driver.
378 To compile this driver as a module, choose M here: the
379 module will be called leds-lp3952.
382 tristate "LED Support for TI LP5036/30/24/18/12/09 LED driver chip"
383 depends on LEDS_CLASS && REGMAP_I2C
384 depends on LEDS_CLASS_MULTICOLOR || !LEDS_CLASS_MULTICOLOR
386 If you say yes here you get support for the Texas Instruments
387 LP5036, LP5030, LP5024, LP5018, LP5012 and LP5009 LED driver.
389 To compile this driver as a module, choose M here: the
390 module will be called leds-lp50xx.
392 config LEDS_LP55XX_COMMON
393 tristate "Common Driver for TI/National LP5521/5523/55231/5562/8501"
394 depends on LEDS_CLASS
395 depends on LEDS_CLASS_MULTICOLOR || !LEDS_CLASS_MULTICOLOR
399 select FW_LOADER_USER_HELPER
401 This option supports common operations for LP5521/5523/55231/5562/8501
405 tristate "LED Support for N.S. LP5521 LED driver chip"
406 depends on LEDS_CLASS && I2C
407 depends on LEDS_LP55XX_COMMON
409 If you say yes here you get support for the National Semiconductor
410 LP5521 LED driver. It is 3 channel chip with programmable engines.
411 Driver provides direct control via LED class and interface for
412 programming the engines.
415 tristate "LED Support for TI/National LP5523/55231 LED driver chip"
416 depends on LEDS_CLASS && I2C
417 depends on LEDS_LP55XX_COMMON
419 If you say yes here you get support for TI/National Semiconductor
420 LP5523/55231 LED driver.
421 It is 9 channel chip with programmable engines.
422 Driver provides direct control via LED class and interface for
423 programming the engines.
426 tristate "LED Support for TI LP5562 LED driver chip"
427 depends on LEDS_CLASS && I2C
428 depends on LEDS_LP55XX_COMMON
430 If you say yes here you get support for TI LP5562 LED driver.
431 It is 4 channels chip with programmable engines.
432 Driver provides direct control via LED class and interface for
433 programming the engines.
436 tristate "LED Support for TI LP8501 LED driver chip"
437 depends on LEDS_CLASS && I2C
438 depends on LEDS_LP55XX_COMMON
440 If you say yes here you get support for TI LP8501 LED driver.
441 It is 9 channel chip with programmable engines.
442 Driver provides direct control via LED class and interface for
443 programming the engines.
444 It is similar as LP5523, but output power selection is available.
445 And register layout and engine program schemes are different.
448 tristate "LED support for the TI LP8788 PMIC"
449 depends on LEDS_CLASS
450 depends on MFD_LP8788
452 This option enables support for the Keyboard LEDs on the LP8788 PMIC.
455 tristate "LED support for the TI LP8860 4 channel LED driver"
456 depends on LEDS_CLASS && I2C && OF
459 If you say yes here you get support for the TI LP8860 4 channel
461 This option enables support for the display cluster LEDs
462 on the LP8860 4 channel LED driver using the I2C communication
465 config LEDS_CLEVO_MAIL
466 tristate "Mail LED on Clevo notebook"
467 depends on LEDS_CLASS && BROKEN
468 depends on X86 && SERIO_I8042 && DMI
470 This driver makes the mail LED accessible from userspace
471 programs through the LEDs subsystem. This LED has three
472 known modes: off, blink at 0.5Hz and blink at 1Hz.
474 The driver supports two kinds of interface: using ledtrig-timer
475 or through /sys/class/leds/clevo::mail/brightness. As this LED
476 cannot change its brightness it blinks instead. The brightness
477 value 0 means off, 1..127 means blink at 0.5Hz and 128..255 means
480 This module can drive the mail LED for the following notebooks:
485 Clevo D400V/D470V (not tested, but might work)
487 Clevo M5x0N (not tested, but might work)
488 Positivo Mobile (Clevo M5x0V)
490 If your model is not listed here you can try the "nodetect"
493 To compile this driver as a module, choose M here: the
494 module will be called leds-clevo-mail.
497 tristate "LED Support for PCA955x I2C chips"
498 depends on LEDS_CLASS
501 This option enables support for LEDs connected to PCA955x
502 LED driver chips accessed via the I2C bus. Supported
503 devices include PCA9550, PCA9551, PCA9552, and PCA9553.
505 config LEDS_PCA955X_GPIO
506 bool "Enable GPIO support for PCA955X"
507 depends on LEDS_PCA955X
510 Allow unused pins on PCA955X to be used as gpio.
512 To use a pin as gpio the pin type should be set to
513 PCA955X_TYPE_GPIO in the device tree.
517 tristate "LED support for PCA963x I2C chip"
518 depends on LEDS_CLASS
521 This option enables support for LEDs connected to the PCA963x
522 LED driver chip accessed via the I2C bus. Supported
523 devices include PCA9633 and PCA9634
526 tristate "LED Support for PCA995x I2C chips"
527 depends on LEDS_CLASS
530 This option enables support for LEDs connected to PCA995x
531 LED driver chips accessed via the I2C bus. Supported
532 devices include PCA9955BTW, PCA9952TW and PCA9955TW.
534 config LEDS_WM831X_STATUS
535 tristate "LED support for status LEDs on WM831x PMICs"
536 depends on LEDS_CLASS
537 depends on MFD_WM831X
539 This option enables support for the status LEDs of the WM831x
543 tristate "LED Support for WM8350 AudioPlus PMIC"
544 depends on LEDS_CLASS
545 depends on MFD_WM8350
547 This option enables support for LEDs driven by the Wolfson
548 Microelectronics WM8350 AudioPlus PMIC.
551 tristate "LED Support for DA9030/DA9034 PMIC"
552 depends on LEDS_CLASS
553 depends on PMIC_DA903X
555 This option enables support for on-chip LED drivers found
556 on Dialog Semiconductor DA9030/DA9034 PMICs.
559 tristate "Dialog DA9052/DA9053 LEDS"
560 depends on LEDS_CLASS
561 depends on PMIC_DA9052
563 This option enables support for on-chip LED drivers found
564 on Dialog Semiconductor DA9052-BC and DA9053-AA/Bx PMICs.
566 config LEDS_DAC124S085
567 tristate "LED Support for DAC124S085 SPI DAC"
568 depends on LEDS_CLASS
571 This option enables support for DAC124S085 SPI DAC from NatSemi,
572 which can be used to control up to four LEDs.
575 tristate "PWM driven LED Support"
576 depends on LEDS_CLASS
579 This option enables support for pwm driven LEDs
581 config LEDS_REGULATOR
582 tristate "REGULATOR driven LED support"
583 depends on LEDS_CLASS
586 This option enables support for regulator driven LEDs.
588 config LEDS_BD2606MVV
589 tristate "LED driver for BD2606MVV"
590 depends on LEDS_CLASS
594 This option enables support for BD2606MVV LED driver chips
595 accessed via the I2C bus. It supports setting brightness, with
596 the limitiation that there are groups of two channels sharing
597 a brightness setting, but not the on/off setting.
599 To compile this driver as a module, choose M here: the module will
600 be called leds-bd2606mvv.
603 tristate "LED driver for BD2802 RGB LED"
604 depends on LEDS_CLASS
607 This option enables support for BD2802GU RGB LED driver chips
608 accessed via the I2C bus.
610 config LEDS_INTEL_SS4200
611 tristate "LED driver for Intel NAS SS4200 series"
612 depends on LEDS_CLASS
613 depends on PCI && DMI
616 This option enables support for the Intel SS4200 series of
617 Network Attached Storage servers. You may control the hard
618 drive or power LEDs on the front panel. Using this driver
619 can stop the front LED from blinking after startup.
622 tristate "LED driver for LT3593 controllers"
623 depends on LEDS_CLASS
624 depends on GPIOLIB || COMPILE_TEST
626 This option enables support for LEDs driven by a Linear Technology
627 LT3593 controller. This controller uses a special one-wire pulse
628 coding protocol to set the brightness.
631 tristate "LED Support for ADP5520/ADP5501 PMIC"
632 depends on LEDS_CLASS
633 depends on PMIC_ADP5520
635 This option enables support for on-chip LED drivers found
636 on Analog Devices ADP5520/ADP5501 PMICs.
638 To compile this driver as a module, choose M here: the module will
639 be called leds-adp5520.
642 tristate "LED Support for MC13XXX PMIC"
643 depends on LEDS_CLASS
644 depends on MFD_MC13XXX
646 This option enables support for on-chip LED drivers found
647 on Freescale Semiconductor MC13783/MC13892/MC34708 PMIC.
650 tristate "LED support for Network Space v2 GPIO LEDs"
651 depends on LEDS_CLASS
652 depends on MACH_KIRKWOOD || MACH_ARMADA_370 || COMPILE_TEST
655 This option enables support for the dual-GPIO LEDs found on the
656 following LaCie/Seagate boards:
658 Network Space v2 (and parents: Max, Mini)
661 n090401 (Seagate NAS 4-Bay)
664 tristate "LED support for Big Network series LEDs"
665 depends on LEDS_CLASS
666 depends on MACH_KIRKWOOD || COMPILE_TEST
670 This option enables support for LEDs found on the LaCie 2Big
671 and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
672 controlled through a GPIO extension bus.
675 tristate "LED Support for TCA6507 I2C chip"
676 depends on LEDS_CLASS && I2C
678 This option enables support for LEDs connected to TC6507
679 LED driver chips accessed via the I2C bus.
680 Driver support brightness control and hardware-assisted blinking.
683 tristate "LED driver for TLC59108 and TLC59116 controllers"
684 depends on LEDS_CLASS && I2C
687 This option enables support for Texas Instruments TLC59108
688 and TLC59116 LED controllers.
691 tristate "LED support for Maxim MAX77650 PMIC"
692 depends on LEDS_CLASS && MFD_MAX77650
694 LEDs driver for MAX77650 family of PMICs from Maxim Integrated.
697 tristate "LED support for MAX8997 PMIC"
698 depends on LEDS_CLASS && MFD_MAX8997
700 This option enables support for on-chip LED drivers on
704 tristate "LED support for LM3554 and LM3556 chips"
705 depends on LEDS_CLASS && I2C
708 This option enables support for LEDs connected to LM3554
709 and LM3556. It includes Torch, Flash and Indicator functions.
712 tristate "LED support for the Bachmann OT200"
713 depends on LEDS_CLASS && HAS_IOPORT && (X86_32 || COMPILE_TEST)
715 This option enables support for the LEDs on the Bachmann OT200.
716 Say Y to enable LEDs on the Bachmann OT200.
718 config LEDS_MENF21BMC
719 tristate "LED support for the MEN 14F021P00 BMC"
720 depends on LEDS_CLASS && MFD_MENF21BMC
722 Say Y here to include support for the MEN 14F021P00 BMC LEDs.
724 This driver can also be built as a module. If so the module
725 will be called leds-menf21bmc.
727 config LEDS_IS31FL319X
728 tristate "LED Support for ISSI IS31FL319x I2C LED controller family"
729 depends on LEDS_CLASS && I2C
732 This option enables support for LEDs connected to ISSI IS31FL319x
733 fancy LED driver chips accessed via the I2C bus.
734 Driver supports individual PWM brightness control for each channel.
736 This driver can also be built as a module. If so the module will be
737 called leds-is31fl319x.
739 config LEDS_IS31FL32XX
740 tristate "LED support for ISSI IS31FL32XX I2C LED controller family"
741 depends on LEDS_CLASS && I2C && OF
743 Say Y here to include support for ISSI IS31FL32XX and Si-En SN32xx
744 LED controllers. They are I2C devices with multiple constant-current
745 channels, each with independent 256-level PWM control.
747 config LEDS_SC27XX_BLTC
748 tristate "LED support for the SC27xx breathing light controller"
749 depends on LEDS_CLASS && MFD_SC27XX_PMIC
752 Say Y here to include support for the SC27xx breathing light controller
755 This driver can also be built as a module. If so the module will be
756 called leds-sc27xx-bltc.
758 comment "LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)"
761 tristate "LED support for the BlinkM I2C RGB LED"
762 depends on LEDS_CLASS
765 This option enables support for the BlinkM RGB LED connected
766 through I2C. Say Y to enable support for the BlinkM LED.
769 tristate "LED support for PowerNV Platform"
770 depends on LEDS_CLASS
771 depends on PPC_POWERNV
774 This option enables support for the system LEDs present on
775 PowerNV platforms. Say 'y' to enable this support in kernel.
776 To compile this driver as a module, choose 'm' here: the module
777 will be called leds-powernv.
780 bool "LED support for LEDs on system controllers"
781 depends on LEDS_CLASS=y
782 depends on MFD_SYSCON
785 This option enables support for the LEDs on syscon type
786 devices. This will only work with device tree enabled
790 tristate "LED Support for the Qualcomm PM8058 PMIC"
791 depends on MFD_PM8XXX
792 depends on LEDS_CLASS
794 Choose this option if you want to use the LED drivers in
795 the Qualcomm PM8058 PMIC.
798 tristate "LED support for the Mellanox boards"
799 depends on X86 && DMI
800 depends on LEDS_CLASS
802 This option enables support for the LEDs on the Mellanox
803 boards. Say Y to enable these.
806 tristate "LED support for the Mellanox switches management control"
807 depends on LEDS_CLASS
809 This option enables support for the LEDs on the Mellanox Ethernet and
810 InfiniBand switches. The driver can be activated by the platform device
811 device add call. Say Y to enable these. To compile this driver as a
812 module, choose 'M' here: the module will be called leds-mlxreg.
815 tristate "Userspace LED support"
816 depends on LEDS_CLASS
818 This option enables support for userspace LEDs. Say 'y' to enable this
819 support in kernel. To compile this driver as a module, choose 'm' here:
820 the module will be called uleds.
823 tristate "LED support for NI PXI NIC78bx devices"
824 depends on LEDS_CLASS
825 depends on X86 && ACPI
827 This option enables support for the User1 and User2 LEDs on NI
830 To compile this driver as a module, choose M here: the module
831 will be called leds-nic78bx.
834 tristate "LED support for SPI LED controller with a single byte"
835 depends on LEDS_CLASS
839 This option enables support for LED controller which use a single byte
840 for controlling the brightness. Currently the following controller is
841 supported: Ubiquiti airCube ISP microcontroller based LED controller.
843 config LEDS_TI_LMU_COMMON
844 tristate "LED driver for TI LMU" if COMPILE_TEST
847 Say Y to enable the LED driver for TI LMU devices.
848 This supports common features between the TI LM3532, LM3631, LM3632,
849 LM3633, LM3695 and LM3697.
852 tristate "LED driver for LM3697"
853 depends on LEDS_CLASS && I2C && OF
854 select LEDS_TI_LMU_COMMON
856 Say Y to enable the LM3697 LED driver for TI LMU devices.
857 This supports the LED device LM3697.
860 tristate "LED driver for LM36274"
861 depends on LEDS_CLASS && MFD_TI_LMU
862 select LEDS_TI_LMU_COMMON
864 Say Y to enable the LM36274 LED driver for TI LMU devices.
865 This supports the LED device LM36274.
868 tristate "LED support for TI TPS6105X"
869 depends on LEDS_CLASS
871 default y if TPS6105X
873 This driver supports TPS61050/TPS61052 LED chips.
874 It is a single boost converter primarily for white LEDs and
878 tristate "LED support for SGI Octane machines"
879 depends on LEDS_CLASS
880 depends on SGI_MFD_IOC3 || COMPILE_TEST
882 This option enables support for the Red and White LEDs of
885 To compile this driver as a module, choose M here: the module
886 will be called leds-ip30.
888 config LEDS_ACER_A500
889 tristate "Power button LED support for Acer Iconia Tab A500"
890 depends on LEDS_CLASS && MFD_ACER_A500_EC
892 This option enables support for the Power Button LED of
893 Acer Iconia Tab A500.
895 source "drivers/leds/blink/Kconfig"
897 comment "Flash and Torch LED drivers"
898 source "drivers/leds/flash/Kconfig"
900 comment "RGB LED drivers"
901 source "drivers/leds/rgb/Kconfig"
903 comment "LED Triggers"
904 source "drivers/leds/trigger/Kconfig"
906 comment "Simple LED drivers"
907 source "drivers/leds/simple/Kconfig"