xref: /linux/drivers/leds/Kconfig (revision 2cd0d1db31e78a63553876f8e6a4c9dcc1f9c061)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2be5ce2f1SUwe Kleine-Königconfig LEDS_GPIO_REGISTER
3be5ce2f1SUwe Kleine-König	bool
4be5ce2f1SUwe Kleine-König	help
5be5ce2f1SUwe Kleine-König	  This option provides the function gpio_led_register_device.
6be5ce2f1SUwe Kleine-König	  As this function is used by arch code it must not be compiled as a
7be5ce2f1SUwe Kleine-König	  module.
8be5ce2f1SUwe Kleine-König
9*2cd0d1dbSDuje Mihanović# This library does not depend on NEW_LEDS and must be independent so it can be
10*2cd0d1dbSDuje Mihanović# selected from other subsystems (specifically backlight).
11*2cd0d1dbSDuje Mihanovićconfig LEDS_EXPRESSWIRE
12*2cd0d1dbSDuje Mihanović	bool
13*2cd0d1dbSDuje Mihanović	depends on GPIOLIB
14*2cd0d1dbSDuje Mihanović
1566242f7eSJan Engelhardtmenuconfig NEW_LEDS
16c72a1d60SRichard Purdie	bool "LED Support"
17c72a1d60SRichard Purdie	help
18a8d2e7d9SRichard Purdie	  Say Y to enable Linux LED support.  This allows control of supported
19a8d2e7d9SRichard Purdie	  LEDs from both userspace and optionally, by kernel events (triggers).
20a8d2e7d9SRichard Purdie
2145d16f09SEric Miaoif NEW_LEDS
2245d16f09SEric Miao
23c72a1d60SRichard Purdieconfig LEDS_CLASS
24a403d930SBryan Wu	tristate "LED Class Support"
25c72a1d60SRichard Purdie	help
26f884e866SDan Murphy	  This option enables the LED sysfs class in /sys/class/leds.  You'll
2734a6ae67SPavel Machek	  need this to do anything useful with LEDs.  If unsure, say Y.
28c72a1d60SRichard Purdie
297aea8389SJacek Anaszewskiconfig LEDS_CLASS_FLASH
307aea8389SJacek Anaszewski	tristate "LED Flash Class Support"
317aea8389SJacek Anaszewski	depends on LEDS_CLASS
327aea8389SJacek Anaszewski	help
336e6c214fSDan Murphy	  This option enables the flash LED sysfs class in /sys/class/leds.
346e6c214fSDan Murphy	  It wraps LED Class and adds flash LEDs specific sysfs attributes
357aea8389SJacek Anaszewski	  and kernel internal API to it. You'll need this to provide support
367aea8389SJacek Anaszewski	  for the flash related features of a LED device. It can be built
377aea8389SJacek Anaszewski	  as a module.
387aea8389SJacek Anaszewski
3955d5d3b4SDan Murphyconfig LEDS_CLASS_MULTICOLOR
4055d5d3b4SDan Murphy	tristate "LED Multicolor Class Support"
4155d5d3b4SDan Murphy	depends on LEDS_CLASS
4255d5d3b4SDan Murphy	help
4355d5d3b4SDan Murphy	  This option enables the multicolor LED sysfs class in /sys/class/leds.
4455d5d3b4SDan Murphy	  It wraps LED class and adds multicolor LED specific sysfs attributes
4555d5d3b4SDan Murphy	  and kernel internal API to it. You'll need this to provide support
4655d5d3b4SDan Murphy	  for multicolor LEDs that are grouped together. This class is not
4755d5d3b4SDan Murphy	  intended for single color LEDs. It can be built as a module.
4855d5d3b4SDan Murphy
490cb8eb30SHans de Goedeconfig LEDS_BRIGHTNESS_HW_CHANGED
500cb8eb30SHans de Goede	bool "LED Class brightness_hw_changed attribute support"
510cb8eb30SHans de Goede	depends on LEDS_CLASS
520cb8eb30SHans de Goede	help
530cb8eb30SHans de Goede	  This option enables support for the brightness_hw_changed attribute
54f884e866SDan Murphy	  for LED sysfs class devices under /sys/class/leds.
550cb8eb30SHans de Goede
560cb8eb30SHans de Goede	  See Documentation/ABI/testing/sysfs-class-led for details.
570cb8eb30SHans de Goede
5824f51e81SBen Dookscomment "LED drivers"
59c3bc9956SRichard Purdie
600a2f915bSHaojian Zhuangconfig LEDS_88PM860X
610a2f915bSHaojian Zhuang	tristate "LED Support for Marvell 88PM860x PMIC"
620bae35e1SJohannes Berg	depends on LEDS_CLASS
6337814fdcSRichard Purdie	depends on MFD_88PM860X
640a2f915bSHaojian Zhuang	help
650a2f915bSHaojian Zhuang	  This option enables support for on-chip LED drivers found on Marvell
660a2f915bSHaojian Zhuang	  Semiconductor 88PM8606 PMIC.
670a2f915bSHaojian Zhuang
682d00f35cSSimon Shieldsconfig LEDS_AN30259A
692d00f35cSSimon Shields	tristate "LED support for Panasonic AN30259A"
702d00f35cSSimon Shields	depends on LEDS_CLASS && I2C && OF
712d00f35cSSimon Shields	help
722d00f35cSSimon Shields	  This option enables support for the AN30259A 3-channel
732d00f35cSSimon Shields	  LED driver.
742d00f35cSSimon Shields
752d00f35cSSimon Shields	  To compile this driver as a module, choose M here: the module
762d00f35cSSimon Shields	  will be called leds-an30259a.
772d00f35cSSimon Shields
783faee942SAlan Mizrahiconfig LEDS_APU
798cb21086SRaffaello D. Di Napoli	tristate "Front panel LED support for PC Engines APU/APU2/APU3 boards"
803faee942SAlan Mizrahi	depends on LEDS_CLASS
813faee942SAlan Mizrahi	depends on X86 && DMI
823faee942SAlan Mizrahi	help
830344e616SEnrico Weigelt	  This driver makes the PC Engines APU1 front panel LEDs
843faee942SAlan Mizrahi	  accessible from userspace programs through the LED subsystem.
853faee942SAlan Mizrahi
860344e616SEnrico Weigelt	  If you're looking for APU2/3, use the pcengines-apu2 driver.
870344e616SEnrico Weigelt	  (symbol CONFIG_PCENGINES_APU2)
880344e616SEnrico Weigelt
893faee942SAlan Mizrahi	  To compile this driver as a module, choose M here: the
903faee942SAlan Mizrahi	  module will be called leds-apu.
9149c34b8eSJacek Anaszewski
9203f613f0SLubomir Rintelconfig LEDS_ARIEL
9303f613f0SLubomir Rintel	tristate "Dell Wyse 3020 status LED support"
9403f613f0SLubomir Rintel	depends on LEDS_CLASS
9503f613f0SLubomir Rintel	depends on (MACH_MMP3_DT && MFD_ENE_KB3930) || COMPILE_TEST
9603f613f0SLubomir Rintel	help
9703f613f0SLubomir Rintel	  This driver adds support for controlling the front panel status
9803f613f0SLubomir Rintel	  LEDs on Dell Wyse 3020 (Ariel) board via the KB3930 Embedded
9903f613f0SLubomir Rintel	  Controller.
10003f613f0SLubomir Rintel
10103f613f0SLubomir Rintel	  Say Y to if your machine is a Dell Wyse 3020 thin client.
10203f613f0SLubomir Rintel
10336a87f37SMartin Kurbanovconfig LEDS_AW200XX
104634fea79SGeorge Stark	tristate "LED support for Awinic AW20036/AW20054/AW20072/AW20108"
10536a87f37SMartin Kurbanov	depends on LEDS_CLASS
10636a87f37SMartin Kurbanov	depends on I2C
10736a87f37SMartin Kurbanov	help
108634fea79SGeorge Stark	  This option enables support for the Awinic AW200XX LED controllers.
109634fea79SGeorge Stark	  It is a matrix LED driver programmed via an I2C interface. Devices have
110634fea79SGeorge Stark	  a set of individually controlled LEDs and support 3 pattern controllers
111634fea79SGeorge Stark	  for auto breathing or group dimming control. Supported devices:
112634fea79SGeorge Stark	    - AW20036 (3x12) 36 LEDs
113634fea79SGeorge Stark	    - AW20054 (6x9)  54 LEDs
114634fea79SGeorge Stark	    - AW20072 (6x12) 72 LEDs
115634fea79SGeorge Stark	    - AW20108 (9x12) 108 LEDs
11636a87f37SMartin Kurbanov
11736a87f37SMartin Kurbanov	  To compile this driver as a module, choose M here: the module
11836a87f37SMartin Kurbanov	  will be called leds-aw200xx.
11936a87f37SMartin Kurbanov
12059ea3c9fSNikita Travkinconfig LEDS_AW2013
12159ea3c9fSNikita Travkin	tristate "LED support for Awinic AW2013"
12259ea3c9fSNikita Travkin	depends on LEDS_CLASS && I2C && OF
12375469bb0SDang Huynh	select REGMAP_I2C
12459ea3c9fSNikita Travkin	help
12559ea3c9fSNikita Travkin	  This option enables support for the AW2013 3-channel
12659ea3c9fSNikita Travkin	  LED driver.
12759ea3c9fSNikita Travkin
12859ea3c9fSNikita Travkin	  To compile this driver as a module, choose M here: the module
12959ea3c9fSNikita Travkin	  will be called leds-aw2013.
13059ea3c9fSNikita Travkin
131fd7b025aSÁlvaro Fernández Rojasconfig LEDS_BCM6328
132fd7b025aSÁlvaro Fernández Rojas	tristate "LED Support for Broadcom BCM6328"
133fd7b025aSÁlvaro Fernández Rojas	depends on LEDS_CLASS
134522f17e1SVegard Nossum	depends on HAS_IOMEM
135fd7b025aSÁlvaro Fernández Rojas	depends on OF
136fd7b025aSÁlvaro Fernández Rojas	help
137fd7b025aSÁlvaro Fernández Rojas	  This option enables support for LEDs connected to the BCM6328
138fd7b025aSÁlvaro Fernández Rojas	  LED HW controller accessed via MMIO registers.
139fd7b025aSÁlvaro Fernández Rojas
140589fca16SÁlvaro Fernández Rojasconfig LEDS_BCM6358
141589fca16SÁlvaro Fernández Rojas	tristate "LED Support for Broadcom BCM6358"
142589fca16SÁlvaro Fernández Rojas	depends on LEDS_CLASS
143522f17e1SVegard Nossum	depends on HAS_IOMEM
144589fca16SÁlvaro Fernández Rojas	depends on OF
145589fca16SÁlvaro Fernández Rojas	help
146589fca16SÁlvaro Fernández Rojas	  This option enables support for LEDs connected to the BCM6358
147589fca16SÁlvaro Fernández Rojas	  LED HW controller accessed via MMIO registers.
148589fca16SÁlvaro Fernández Rojas
149047da762SYauhen Kharuzhyconfig LEDS_CHT_WCOVE
150047da762SYauhen Kharuzhy	tristate "LED support for Intel Cherry Trail Whiskey Cove PMIC"
151047da762SYauhen Kharuzhy	depends on LEDS_CLASS
152047da762SYauhen Kharuzhy	depends on INTEL_SOC_PMIC_CHTWC
153047da762SYauhen Kharuzhy	help
154047da762SYauhen Kharuzhy	  This option enables support for charger and general purpose LEDs
155047da762SYauhen Kharuzhy	  connected to the Intel Cherrytrail Whiskey Cove PMIC.
156047da762SYauhen Kharuzhy
157047da762SYauhen Kharuzhy	  To compile this driver as a module, choose M here: the module
158047da762SYauhen Kharuzhy	  will be called leds-cht-wcove.
159047da762SYauhen Kharuzhy
160cd3b0b05SSebastian Reichelconfig LEDS_CPCAP
161cd3b0b05SSebastian Reichel	tristate "LED Support for Motorola CPCAP"
162cd3b0b05SSebastian Reichel	depends on LEDS_CLASS
163cd3b0b05SSebastian Reichel	depends on MFD_CPCAP
164cd3b0b05SSebastian Reichel	depends on OF
165cd3b0b05SSebastian Reichel	help
166cd3b0b05SSebastian Reichel	  This option enables support for LEDs offered by Motorola's
167cd3b0b05SSebastian Reichel	  CPCAP PMIC.
168cd3b0b05SSebastian Reichel
1699e50d5fbSOleh Kravchenkoconfig LEDS_CR0014114
1709e50d5fbSOleh Kravchenko	tristate "LED Support for Crane CR0014114"
1719e50d5fbSOleh Kravchenko	depends on LEDS_CLASS
1729e50d5fbSOleh Kravchenko	depends on SPI
1739e50d5fbSOleh Kravchenko	depends on OF
1749e50d5fbSOleh Kravchenko	help
1759e50d5fbSOleh Kravchenko	  This option enables support for CR0014114 LED Board which
1769e50d5fbSOleh Kravchenko	  is widely used in vending machines produced by
1779e50d5fbSOleh Kravchenko	  Crane Merchandising Systems.
1789e50d5fbSOleh Kravchenko
1799e50d5fbSOleh Kravchenko	  To compile this driver as a module, choose M here: the module
1809e50d5fbSOleh Kravchenko	  will be called leds-cr0014114.
1819e50d5fbSOleh Kravchenko
182fc19967bSOleh Kravchenkoconfig LEDS_EL15203000
183fc19967bSOleh Kravchenko	tristate "LED Support for Crane EL15203000"
184fc19967bSOleh Kravchenko	depends on LEDS_CLASS
185fc19967bSOleh Kravchenko	depends on SPI
186fc19967bSOleh Kravchenko	depends on OF
187fc19967bSOleh Kravchenko	help
188fc19967bSOleh Kravchenko	  This option enables support for EL15203000 LED Board
189fc19967bSOleh Kravchenko	  (aka RED LED board) which is widely used in coffee vending
190fc19967bSOleh Kravchenko	  machines produced by Crane Merchandising Systems.
191fc19967bSOleh Kravchenko
192fc19967bSOleh Kravchenko	  To compile this driver as a module, choose M here: the module
193fc19967bSOleh Kravchenko	  will be called leds-el15203000.
194fc19967bSOleh Kravchenko
1951368d06dSDuje Mihanovićconfig LEDS_EXPRESSWIRE
1961368d06dSDuje Mihanović	bool
1971368d06dSDuje Mihanović	depends on GPIOLIB
1981368d06dSDuje Mihanović
199089381b2SMarek Behúnconfig LEDS_TURRIS_OMNIA
200089381b2SMarek Behún	tristate "LED support for CZ.NIC's Turris Omnia"
201089381b2SMarek Behún	depends on LEDS_CLASS_MULTICOLOR
202089381b2SMarek Behún	depends on I2C
203089381b2SMarek Behún	depends on MACH_ARMADA_38X || COMPILE_TEST
204089381b2SMarek Behún	depends on OF
205cbd6954fSMarek Behún	select LEDS_TRIGGERS
206089381b2SMarek Behún	help
207089381b2SMarek Behún	  This option enables basic support for the LEDs found on the front
208089381b2SMarek Behún	  side of CZ.NIC's Turris Omnia router. There are 12 RGB LEDs on the
209089381b2SMarek Behún	  front panel.
210089381b2SMarek Behún
211b1e6b706SShreshtha Kumar Sahuconfig LEDS_LM3530
212b1e6b706SShreshtha Kumar Sahu	tristate "LCD Backlight driver for LM3530"
213b1e6b706SShreshtha Kumar Sahu	depends on LEDS_CLASS
214b1e6b706SShreshtha Kumar Sahu	depends on I2C
215b1e6b706SShreshtha Kumar Sahu	help
216b1e6b706SShreshtha Kumar Sahu	  This option enables support for the LCD backlight using
217b1e6b706SShreshtha Kumar Sahu	  LM3530 ambient light sensor chip. This ALS chip can be
218b1e6b706SShreshtha Kumar Sahu	  controlled manually or using PWM input or using ambient
219b1e6b706SShreshtha Kumar Sahu	  light automatically.
220b1e6b706SShreshtha Kumar Sahu
221bc1b8492SDan Murphyconfig LEDS_LM3532
222bc1b8492SDan Murphy	tristate "LCD Backlight driver for LM3532"
22399be74f6SAndy Shevchenko	select REGMAP_I2C
224bc1b8492SDan Murphy	depends on LEDS_CLASS
225bc1b8492SDan Murphy	depends on I2C
226bc1b8492SDan Murphy	help
227bc1b8492SDan Murphy	  This option enables support for the LCD backlight using
228bc1b8492SDan Murphy	  LM3532 ambient light sensor chip. This ALS chip can be
229bc1b8492SDan Murphy	  controlled manually or using PWM input or using ambient
230bc1b8492SDan Murphy	  light automatically.
231bc1b8492SDan Murphy
232401dea7fSJohan Hovoldconfig LEDS_LM3533
233401dea7fSJohan Hovold	tristate "LED support for LM3533"
234401dea7fSJohan Hovold	depends on LEDS_CLASS
235401dea7fSJohan Hovold	depends on MFD_LM3533
236401dea7fSJohan Hovold	help
237401dea7fSJohan Hovold	  This option enables support for the LEDs on National Semiconductor /
238401dea7fSJohan Hovold	  TI LM3533 Lighting Power chips.
239401dea7fSJohan Hovold
240401dea7fSJohan Hovold	  The LEDs can be controlled directly, through PWM input, or by the
241401dea7fSJohan Hovold	  ambient-light-sensor interface. The chip supports
242401dea7fSJohan Hovold	  hardware-accelerated blinking with maximum on and off periods of 9.8
243401dea7fSJohan Hovold	  and 77 seconds respectively.
244401dea7fSJohan Hovold
2458b7cfbecSG.Shark Jeongconfig LEDS_LM3642
2468b7cfbecSG.Shark Jeong	tristate "LED support for LM3642 Chip"
2478b7cfbecSG.Shark Jeong	depends on LEDS_CLASS && I2C
2488b7cfbecSG.Shark Jeong	select REGMAP_I2C
2498b7cfbecSG.Shark Jeong	help
2508b7cfbecSG.Shark Jeong	  This option enables support for LEDs connected to LM3642.
2518b7cfbecSG.Shark Jeong	  The LM3642 is a 4MHz fixed-frequency synchronous boost
2528b7cfbecSG.Shark Jeong	  converter plus 1.5A constant current driver for a high-current
2538b7cfbecSG.Shark Jeong	  white LED.
2548b7cfbecSG.Shark Jeong
2559699cb6bSDan Murphyconfig LEDS_LM3692X
2569699cb6bSDan Murphy	tristate "LED support for LM3692x Chips"
2579699cb6bSDan Murphy	depends on LEDS_CLASS && I2C && OF
2589699cb6bSDan Murphy	select REGMAP_I2C
2599699cb6bSDan Murphy	help
2609699cb6bSDan Murphy	  This option enables support for the TI LM3692x family
2619699cb6bSDan Murphy	  of white LED string drivers used for backlighting.
2628b7cfbecSG.Shark Jeong
2634d3cb354SRichard Purdieconfig LEDS_LOCOMO
2644d3cb354SRichard Purdie	tristate "LED Support for Locomo device"
2650bae35e1SJohannes Berg	depends on LEDS_CLASS
266d09e1666SH Hartley Sweeten	depends on SHARP_LOCOMO
2674d3cb354SRichard Purdie	help
2684d3cb354SRichard Purdie	  This option enables support for the LEDs on Sharp Locomo.
2694d3cb354SRichard Purdie	  Zaurus models SL-5500 and SL-5600.
2704d3cb354SRichard Purdie
271ac67e23bSPhil Sutterconfig LEDS_MIKROTIK_RB532
272ac67e23bSPhil Sutter	tristate "LED Support for Mikrotik Routerboard 532"
2730bae35e1SJohannes Berg	depends on LEDS_CLASS
274d09e1666SH Hartley Sweeten	depends on MIKROTIK_RB532
275ac67e23bSPhil Sutter	help
276ac67e23bSPhil Sutter	  This option enables support for the so called "User LED" of
277ac67e23bSPhil Sutter	  Mikrotik's Routerboard 532.
278ac67e23bSPhil Sutter
279216ec6ccSSean Wangconfig LEDS_MT6323
280216ec6ccSSean Wang	tristate "LED Support for Mediatek MT6323 PMIC"
281216ec6ccSSean Wang	depends on LEDS_CLASS
282216ec6ccSSean Wang	depends on MFD_MT6397
283216ec6ccSSean Wang	help
284216ec6ccSSean Wang	  This option enables support for on-chip LED drivers found on
285216ec6ccSSean Wang	  Mediatek MT6323 PMIC.
286216ec6ccSSean Wang
2871a87d942SChris Bootconfig LEDS_NET48XX
2881a87d942SChris Boot	tristate "LED Support for Soekris net48xx series Error LED"
2890bae35e1SJohannes Berg	depends on LEDS_CLASS
290d09e1666SH Hartley Sweeten	depends on SCx200_GPIO
2911a87d942SChris Boot	help
2921a87d942SChris Boot	  This option enables support for the Soekris net4801 and net4826 error
2931a87d942SChris Boot	  LED.
2941a87d942SChris Boot
2950d75565fSKristian Kielhofnerconfig LEDS_WRAP
2960d75565fSKristian Kielhofner	tristate "LED Support for the WRAP series LEDs"
2970bae35e1SJohannes Berg	depends on LEDS_CLASS
298d09e1666SH Hartley Sweeten	depends on SCx200_GPIO
2990d75565fSKristian Kielhofner	help
3000d75565fSKristian Kielhofner	  This option enables support for the PCEngines WRAP programmable LEDs.
3010d75565fSKristian Kielhofner
302f3b6b6cdSYoichi Yuasaconfig LEDS_COBALT_QUBE
303f3b6b6cdSYoichi Yuasa	tristate "LED Support for the Cobalt Qube series front LED"
3040bae35e1SJohannes Berg	depends on LEDS_CLASS
305f1b0a43bSMarek Behún	depends on MIPS_COBALT || COMPILE_TEST
3062fea6f35SFlorian Fainelli	help
307f3b6b6cdSYoichi Yuasa	  This option enables support for the front LED on Cobalt Qube series
3082fea6f35SFlorian Fainelli
30997da7aafSYoichi Yuasaconfig LEDS_COBALT_RAQ
31097da7aafSYoichi Yuasa	bool "LED Support for the Cobalt Raq series"
311f1b0a43bSMarek Behún	depends on LEDS_CLASS=y && (MIPS_COBALT || COMPILE_TEST)
31297da7aafSYoichi Yuasa	select LEDS_TRIGGERS
31397da7aafSYoichi Yuasa	help
31497da7aafSYoichi Yuasa	  This option enables support for the Cobalt Raq series LEDs.
31597da7aafSYoichi Yuasa
316ec95a68dSSamuel Hollandconfig LEDS_SUN50I_A100
317ec95a68dSSamuel Holland	tristate "LED support for Allwinner A100 RGB LED controller"
31806c5206cSAndy Shevchenko	depends on LEDS_CLASS_MULTICOLOR
319ec95a68dSSamuel Holland	depends on ARCH_SUNXI || COMPILE_TEST
320ec95a68dSSamuel Holland	help
321ec95a68dSSamuel Holland	  This option enables support for the RGB LED controller found
322ec95a68dSSamuel Holland	  in some Allwinner sunxi SoCs, including A100, R329, and D1.
323ec95a68dSSamuel Holland	  It uses a one-wire interface to control up to 1024 LEDs.
324ec95a68dSSamuel Holland
3255843492cSDavid S. Millerconfig LEDS_SUNFIRE
3265843492cSDavid S. Miller	tristate "LED support for SunFire servers."
3270bae35e1SJohannes Berg	depends on LEDS_CLASS
328d09e1666SH Hartley Sweeten	depends on SPARC64
3295843492cSDavid S. Miller	select LEDS_TRIGGERS
3305843492cSDavid S. Miller	help
3315843492cSDavid S. Miller	  This option enables support for the Left, Middle, and Right
3325843492cSDavid S. Miller	  LEDs on the I/O and CPU boards of SunFire UltraSPARC servers.
3335843492cSDavid S. Miller
3344da498fcSLinus Walleijconfig LEDS_IPAQ_MICRO
3354da498fcSLinus Walleij	tristate "LED Support for the Compaq iPAQ h3xxx"
33635bfe456SJacek Anaszewski	depends on LEDS_CLASS
3374da498fcSLinus Walleij	depends on MFD_IPAQ_MICRO
3384da498fcSLinus Walleij	help
3394da498fcSLinus Walleij	  Choose this option if you want to use the notification LED on
3404da498fcSLinus Walleij	  Compaq/HP iPAQ h3100 and h3600.
3414da498fcSLinus Walleij
342d39a7a63SKristoffer Ericsonconfig LEDS_HP6XX
343d39a7a63SKristoffer Ericson	tristate "LED Support for the HP Jornada 6xx"
3440bae35e1SJohannes Berg	depends on LEDS_CLASS
345d09e1666SH Hartley Sweeten	depends on SH_HP6XX
346d39a7a63SKristoffer Ericson	help
347692105b8SMatt LaPlante	  This option enables LED support for the handheld
348d39a7a63SKristoffer Ericson	  HP Jornada 620/660/680/690.
349d39a7a63SKristoffer Ericson
350e14fa824SRiku Voipioconfig LEDS_PCA9532
351e14fa824SRiku Voipio	tristate "LED driver for PCA9532 dimmer"
3520bae35e1SJohannes Berg	depends on LEDS_CLASS
3535e0b080dSKees Cook	depends on I2C && INPUT
354e14fa824SRiku Voipio	help
355e14fa824SRiku Voipio	  This option enables support for NXP pca9532
356692105b8SMatt LaPlante	  LED controller. It is generally only useful
357e14fa824SRiku Voipio	  as a platform driver
358e14fa824SRiku Voipio
3593c1ab50dSJoachim Eastwoodconfig LEDS_PCA9532_GPIO
3603c1ab50dSJoachim Eastwood	bool "Enable GPIO support for PCA9532"
3613c1ab50dSJoachim Eastwood	depends on LEDS_PCA9532
3623c1ab50dSJoachim Eastwood	depends on GPIOLIB
3633c1ab50dSJoachim Eastwood	help
3643c1ab50dSJoachim Eastwood	  Allow unused pins on PCA9532 to be used as gpio.
3653c1ab50dSJoachim Eastwood
3663c1ab50dSJoachim Eastwood	  To use a pin as gpio pca9532_type in pca9532_platform data needs to
3673c1ab50dSJoachim Eastwood	  set to PCA9532_TYPE_GPIO.
3683c1ab50dSJoachim Eastwood
36922e03f3bSRaphael Assenatconfig LEDS_GPIO
37022e03f3bSRaphael Assenat	tristate "LED Support for GPIO connected LEDs"
3710bae35e1SJohannes Berg	depends on LEDS_CLASS
3729ab1963dSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
37322e03f3bSRaphael Assenat	help
37422e03f3bSRaphael Assenat	  This option enables support for the LEDs connected to GPIO
37522e03f3bSRaphael Assenat	  outputs. To be useful the particular board must have LEDs
376a7d878afSTrent Piepho	  and they must be connected to the GPIO lines.  The LEDs must be
377a7d878afSTrent Piepho	  defined as platform devices and/or OpenFirmware platform devices.
378a7d878afSTrent Piepho	  The code to use these bindings can be selected below.
379a7d878afSTrent Piepho
3805054d39eSAntonio Ospiteconfig LEDS_LP3944
3815054d39eSAntonio Ospite	tristate "LED Support for N.S. LP3944 (Fun Light) I2C chip"
3820bae35e1SJohannes Berg	depends on LEDS_CLASS
383d09e1666SH Hartley Sweeten	depends on I2C
3845054d39eSAntonio Ospite	help
3855054d39eSAntonio Ospite	  This option enables support for LEDs connected to the National
3865054d39eSAntonio Ospite	  Semiconductor LP3944 Lighting Management Unit (LMU) also known as
3875054d39eSAntonio Ospite	  Fun Light Chip.
3885054d39eSAntonio Ospite
3895054d39eSAntonio Ospite	  To compile this driver as a module, choose M here: the
3905054d39eSAntonio Ospite	  module will be called leds-lp3944.
3915054d39eSAntonio Ospite
392d966c943STony Makkielconfig LEDS_LP3952
393d966c943STony Makkiel	tristate "LED Support for TI LP3952 2 channel LED driver"
394d966c943STony Makkiel	depends on LEDS_CLASS
395d966c943STony Makkiel	depends on I2C
396d966c943STony Makkiel	depends on GPIOLIB
397d966c943STony Makkiel	select REGMAP_I2C
398d966c943STony Makkiel	help
399d966c943STony Makkiel	  This option enables support for LEDs connected to the Texas
400d966c943STony Makkiel	  Instruments LP3952 LED driver.
401d966c943STony Makkiel
402d966c943STony Makkiel	  To compile this driver as a module, choose M here: the
403d966c943STony Makkiel	  module will be called leds-lp3952.
404d966c943STony Makkiel
405242b8117SDan Murphyconfig LEDS_LP50XX
4068b624007SJan Kundrát	tristate "LED Support for TI LP5036/30/24/18/12/09 LED driver chip"
407242b8117SDan Murphy	depends on LEDS_CLASS && REGMAP_I2C
40809e3f324SArnd Bergmann	depends on LEDS_CLASS_MULTICOLOR
409242b8117SDan Murphy	help
410242b8117SDan Murphy	  If you say yes here you get support for the Texas Instruments
411242b8117SDan Murphy	  LP5036, LP5030, LP5024, LP5018, LP5012 and LP5009 LED driver.
412242b8117SDan Murphy
413242b8117SDan Murphy	  To compile this driver as a module, choose M here: the
414242b8117SDan Murphy	  module will be called leds-lp50xx.
415242b8117SDan Murphy
416c93d08faSMilo(Woogyom) Kimconfig LEDS_LP55XX_COMMON
41733b3a561SKim, Milo	tristate "Common Driver for TI/National LP5521/5523/55231/5562/8501"
41887e23684SRandy Dunlap	depends on LEDS_CLASS
41909e3f324SArnd Bergmann	depends on LEDS_CLASS_MULTICOLOR
42092a81562SDan Murphy	depends on OF
4212742b419SRandy Dunlap	depends on I2C
42210c06d17SMilo(Woogyom) Kim	select FW_LOADER
4232338f73dSTakashi Iwai	select FW_LOADER_USER_HELPER
424c93d08faSMilo(Woogyom) Kim	help
42533b3a561SKim, Milo	  This option supports common operations for LP5521/5523/55231/5562/8501
426c93d08faSMilo(Woogyom) Kim	  devices.
427c93d08faSMilo(Woogyom) Kim
428f4920f67SSamu Onkaloconfig LEDS_LP5521
429f4920f67SSamu Onkalo	tristate "LED Support for N.S. LP5521 LED driver chip"
430f4920f67SSamu Onkalo	depends on LEDS_CLASS && I2C
43192a81562SDan Murphy	depends on LEDS_LP55XX_COMMON
432f4920f67SSamu Onkalo	help
433f4920f67SSamu Onkalo	  If you say yes here you get support for the National Semiconductor
434f4920f67SSamu Onkalo	  LP5521 LED driver. It is 3 channel chip with programmable engines.
435f4920f67SSamu Onkalo	  Driver provides direct control via LED class and interface for
436f4920f67SSamu Onkalo	  programming the engines.
437f4920f67SSamu Onkalo
438f4920f67SSamu Onkaloconfig LEDS_LP5523
439ca705321SKim, Milo	tristate "LED Support for TI/National LP5523/55231 LED driver chip"
440f4920f67SSamu Onkalo	depends on LEDS_CLASS && I2C
44192a81562SDan Murphy	depends on LEDS_LP55XX_COMMON
442f4920f67SSamu Onkalo	help
443ca705321SKim, Milo	  If you say yes here you get support for TI/National Semiconductor
444ca705321SKim, Milo	  LP5523/55231 LED driver.
445ca705321SKim, Milo	  It is 9 channel chip with programmable engines.
446f4920f67SSamu Onkalo	  Driver provides direct control via LED class and interface for
447f4920f67SSamu Onkalo	  programming the engines.
448f4920f67SSamu Onkalo
449ff45262aSKim, Miloconfig LEDS_LP5562
450ff45262aSKim, Milo	tristate "LED Support for TI LP5562 LED driver chip"
451ff45262aSKim, Milo	depends on LEDS_CLASS && I2C
45292a81562SDan Murphy	depends on LEDS_LP55XX_COMMON
453ff45262aSKim, Milo	help
454ff45262aSKim, Milo	  If you say yes here you get support for TI LP5562 LED driver.
455ff45262aSKim, Milo	  It is 4 channels chip with programmable engines.
456ff45262aSKim, Milo	  Driver provides direct control via LED class and interface for
457ff45262aSKim, Milo	  programming the engines.
458ff45262aSKim, Milo
45933b3a561SKim, Miloconfig LEDS_LP8501
46033b3a561SKim, Milo	tristate "LED Support for TI LP8501 LED driver chip"
46133b3a561SKim, Milo	depends on LEDS_CLASS && I2C
46292a81562SDan Murphy	depends on LEDS_LP55XX_COMMON
46333b3a561SKim, Milo	help
46433b3a561SKim, Milo	  If you say yes here you get support for TI LP8501 LED driver.
46533b3a561SKim, Milo	  It is 9 channel chip with programmable engines.
46633b3a561SKim, Milo	  Driver provides direct control via LED class and interface for
46733b3a561SKim, Milo	  programming the engines.
46833b3a561SKim, Milo	  It is similar as LP5523, but output power selection is available.
46933b3a561SKim, Milo	  And register layout and engine program schemes are different.
47033b3a561SKim, Milo
471eb80411bSKim, Miloconfig LEDS_LP8788
472eb80411bSKim, Milo	tristate "LED support for the TI LP8788 PMIC"
473eb80411bSKim, Milo	depends on LEDS_CLASS
474eb80411bSKim, Milo	depends on MFD_LP8788
475eb80411bSKim, Milo	help
476eb80411bSKim, Milo	  This option enables support for the Keyboard LEDs on the LP8788 PMIC.
477eb80411bSKim, Milo
4787a8685acSDan Murphyconfig LEDS_LP8860
4797a8685acSDan Murphy	tristate "LED support for the TI LP8860 4 channel LED driver"
480a2169c9bSDan Murphy	depends on LEDS_CLASS && I2C && OF
4812969bb18SAxel Lin	select REGMAP_I2C
4827a8685acSDan Murphy	help
4837a8685acSDan Murphy	  If you say yes here you get support for the TI LP8860 4 channel
4847a8685acSDan Murphy	  LED driver.
4857a8685acSDan Murphy	  This option enables support for the display cluster LEDs
4867a8685acSDan Murphy	  on the LP8860 4 channel LED driver using the I2C communication
4877a8685acSDan Murphy	  bus.
4887a8685acSDan Murphy
489cec035deSMárton Némethconfig LEDS_CLEVO_MAIL
49095dc5768SNémeth Márton	tristate "Mail LED on Clevo notebook"
4919b60b675SPavel Machek	depends on LEDS_CLASS && BROKEN
492d09e1666SH Hartley Sweeten	depends on X86 && SERIO_I8042 && DMI
493cec035deSMárton Németh	help
494cec035deSMárton Németh	  This driver makes the mail LED accessible from userspace
4959b60b675SPavel Machek	  programs through the LEDs subsystem. This LED has three
4969b60b675SPavel Machek	  known modes: off, blink at 0.5Hz and blink at 1Hz.
497cec035deSMárton Németh
49892e015cbSMárton Németh	  The driver supports two kinds of interface: using ledtrig-timer
49992e015cbSMárton Németh	  or through /sys/class/leds/clevo::mail/brightness. As this LED
50067bce62aSRandy Dunlap	  cannot change its brightness it blinks instead. The brightness
50192e015cbSMárton Németh	  value 0 means off, 1..127 means blink at 0.5Hz and 128..255 means
50292e015cbSMárton Németh	  blink at 1Hz.
503cec035deSMárton Németh
504cec035deSMárton Németh	  This module can drive the mail LED for the following notebooks:
505cec035deSMárton Németh
506b3ba31f8SMrton Nmeth	        Clevo D400P
507cec035deSMárton Németh	        Clevo D410J
508cec035deSMárton Németh	        Clevo D410V
509cec035deSMárton Németh	        Clevo D400V/D470V (not tested, but might work)
510cec035deSMárton Németh	        Clevo M540N
511cec035deSMárton Németh	        Clevo M5x0N (not tested, but might work)
512cec035deSMárton Németh	        Positivo Mobile (Clevo M5x0V)
513cec035deSMárton Németh
514b3ba31f8SMrton Nmeth	  If your model is not listed here you can try the "nodetect"
515692105b8SMatt LaPlante	  module parameter.
516b3ba31f8SMrton Nmeth
517cec035deSMárton Németh	  To compile this driver as a module, choose M here: the
518cec035deSMárton Németh	  module will be called leds-clevo-mail.
519cec035deSMárton Németh
520f46e9203SNate Caseconfig LEDS_PCA955X
521f46e9203SNate Case	tristate "LED Support for PCA955x I2C chips"
5220bae35e1SJohannes Berg	depends on LEDS_CLASS
523d09e1666SH Hartley Sweeten	depends on I2C
524f46e9203SNate Case	help
525f46e9203SNate Case	  This option enables support for LEDs connected to PCA955x
526f46e9203SNate Case	  LED driver chips accessed via the I2C bus.  Supported
527f46e9203SNate Case	  devices include PCA9550, PCA9551, PCA9552, and PCA9553.
528f46e9203SNate Case
529561099a1SCédric Le Goaterconfig LEDS_PCA955X_GPIO
530561099a1SCédric Le Goater	bool "Enable GPIO support for PCA955X"
531561099a1SCédric Le Goater	depends on LEDS_PCA955X
532561099a1SCédric Le Goater	depends on GPIOLIB
533561099a1SCédric Le Goater	help
534561099a1SCédric Le Goater	  Allow unused pins on PCA955X to be used as gpio.
535561099a1SCédric Le Goater
536561099a1SCédric Le Goater	  To use a pin as gpio the pin type should be set to
537561099a1SCédric Le Goater	  PCA955X_TYPE_GPIO in the device tree.
538561099a1SCédric Le Goater
539561099a1SCédric Le Goater
54056a1740cSRicardo Ribalda Delgadoconfig LEDS_PCA963X
541af67384fSRicardo Ribalda Delgado	tristate "LED support for PCA963x I2C chip"
54275cb2e1dSPeter Meerwald	depends on LEDS_CLASS
54375cb2e1dSPeter Meerwald	depends on I2C
54475cb2e1dSPeter Meerwald	help
545af67384fSRicardo Ribalda Delgado	  This option enables support for LEDs connected to the PCA963x
546af67384fSRicardo Ribalda Delgado	  LED driver chip accessed via the I2C bus. Supported
547af67384fSRicardo Ribalda Delgado	  devices include PCA9633 and PCA9634
54875cb2e1dSPeter Meerwald
549ee4e80b2SIsai Gasparconfig LEDS_PCA995X
550ee4e80b2SIsai Gaspar	tristate "LED Support for PCA995x I2C chips"
551ee4e80b2SIsai Gaspar	depends on LEDS_CLASS
552ee4e80b2SIsai Gaspar	depends on I2C
553ee4e80b2SIsai Gaspar	help
554ee4e80b2SIsai Gaspar	  This option enables support for LEDs connected to PCA995x
555ee4e80b2SIsai Gaspar	  LED driver chips accessed via the I2C bus. Supported
556ee4e80b2SIsai Gaspar	  devices include PCA9955BTW, PCA9952TW and PCA9955TW.
557ee4e80b2SIsai Gaspar
558c746b551SMark Brownconfig LEDS_WM831X_STATUS
559c746b551SMark Brown	tristate "LED support for status LEDs on WM831x PMICs"
5600bae35e1SJohannes Berg	depends on LEDS_CLASS
561d09e1666SH Hartley Sweeten	depends on MFD_WM831X
562c746b551SMark Brown	help
563c746b551SMark Brown	  This option enables support for the status LEDs of the WM831x
564c746b551SMark Brown	  series of PMICs.
565c746b551SMark Brown
5660081e802SMark Brownconfig LEDS_WM8350
5670081e802SMark Brown	tristate "LED Support for WM8350 AudioPlus PMIC"
5680bae35e1SJohannes Berg	depends on LEDS_CLASS
569d09e1666SH Hartley Sweeten	depends on MFD_WM8350
5700081e802SMark Brown	help
5710081e802SMark Brown	  This option enables support for LEDs driven by the Wolfson
5720081e802SMark Brown	  Microelectronics WM8350 AudioPlus PMIC.
5730081e802SMark Brown
5749e84561cSMike Rapoportconfig LEDS_DA903X
5759e84561cSMike Rapoport	tristate "LED Support for DA9030/DA9034 PMIC"
5760bae35e1SJohannes Berg	depends on LEDS_CLASS
577d09e1666SH Hartley Sweeten	depends on PMIC_DA903X
5789e84561cSMike Rapoport	help
5799e84561cSMike Rapoport	  This option enables support for on-chip LED drivers found
5809e84561cSMike Rapoport	  on Dialog Semiconductor DA9030/DA9034 PMICs.
5819e84561cSMike Rapoport
5825ba73631SDavid Dajun Chenconfig LEDS_DA9052
5835ba73631SDavid Dajun Chen	tristate "Dialog DA9052/DA9053 LEDS"
5845ba73631SDavid Dajun Chen	depends on LEDS_CLASS
5855ba73631SDavid Dajun Chen	depends on PMIC_DA9052
5865ba73631SDavid Dajun Chen	help
5875ba73631SDavid Dajun Chen	  This option enables support for on-chip LED drivers found
5885ba73631SDavid Dajun Chen	  on Dialog Semiconductor DA9052-BC and DA9053-AA/Bx PMICs.
5895ba73631SDavid Dajun Chen
590ac2dd0f1SGuennadi Liakhovetskiconfig LEDS_DAC124S085
591ac2dd0f1SGuennadi Liakhovetski	tristate "LED Support for DAC124S085 SPI DAC"
5920bae35e1SJohannes Berg	depends on LEDS_CLASS
593d09e1666SH Hartley Sweeten	depends on SPI
594ac2dd0f1SGuennadi Liakhovetski	help
595ac2dd0f1SGuennadi Liakhovetski	  This option enables support for DAC124S085 SPI DAC from NatSemi,
596ac2dd0f1SGuennadi Liakhovetski	  which can be used to control up to four LEDs.
597ac2dd0f1SGuennadi Liakhovetski
59841c42ff5SLuotao Fuconfig LEDS_PWM
59941c42ff5SLuotao Fu	tristate "PWM driven LED Support"
6000bae35e1SJohannes Berg	depends on LEDS_CLASS
601ad0ba85fSPeter Ujfalusi	depends on PWM
60241c42ff5SLuotao Fu	help
60341c42ff5SLuotao Fu	  This option enables support for pwm driven LEDs
60441c42ff5SLuotao Fu
605d4cc6a2eSAntonio Ospiteconfig LEDS_REGULATOR
606d4cc6a2eSAntonio Ospite	tristate "REGULATOR driven LED support"
6070bae35e1SJohannes Berg	depends on LEDS_CLASS
608d09e1666SH Hartley Sweeten	depends on REGULATOR
609d4cc6a2eSAntonio Ospite	help
610d4cc6a2eSAntonio Ospite	  This option enables support for regulator driven LEDs.
611d4cc6a2eSAntonio Ospite
6128325642dSAndreas Kemnadeconfig LEDS_BD2606MVV
6138325642dSAndreas Kemnade	tristate "LED driver for BD2606MVV"
6148325642dSAndreas Kemnade	depends on LEDS_CLASS
6158325642dSAndreas Kemnade	depends on I2C
6168325642dSAndreas Kemnade	select REGMAP_I2C
6178325642dSAndreas Kemnade	help
6188325642dSAndreas Kemnade	  This option enables support for BD2606MVV LED driver chips
6198325642dSAndreas Kemnade	  accessed via the I2C bus. It supports setting brightness, with
6208325642dSAndreas Kemnade	  the limitiation that there are groups of two channels sharing
6218325642dSAndreas Kemnade	  a brightness setting, but not the on/off setting.
6228325642dSAndreas Kemnade
6238325642dSAndreas Kemnade	  To compile this driver as a module, choose M here: the module will
6248325642dSAndreas Kemnade	  be called leds-bd2606mvv.
6258325642dSAndreas Kemnade
6260b56129bSKim Kyuwonconfig LEDS_BD2802
6270b56129bSKim Kyuwon	tristate "LED driver for BD2802 RGB LED"
6280bae35e1SJohannes Berg	depends on LEDS_CLASS
629d09e1666SH Hartley Sweeten	depends on I2C
6300b56129bSKim Kyuwon	help
6310b56129bSKim Kyuwon	  This option enables support for BD2802GU RGB LED driver chips
6320b56129bSKim Kyuwon	  accessed via the I2C bus.
6330b56129bSKim Kyuwon
634a328e95bSDave Hansenconfig LEDS_INTEL_SS4200
635a328e95bSDave Hansen	tristate "LED driver for Intel NAS SS4200 series"
6360bae35e1SJohannes Berg	depends on LEDS_CLASS
637d09e1666SH Hartley Sweeten	depends on PCI && DMI
638fe15ee47SMartin Dummer	depends on X86
639a328e95bSDave Hansen	help
640a328e95bSDave Hansen	  This option enables support for the Intel SS4200 series of
641a328e95bSDave Hansen	  Network Attached Storage servers. You may control the hard
642a328e95bSDave Hansen	  drive or power LEDs on the front panel. Using this driver
643a328e95bSDave Hansen	  can stop the front LED from blinking after startup.
644a328e95bSDave Hansen
645a8dd18feSDaniel Mackconfig LEDS_LT3593
646a8dd18feSDaniel Mack	tristate "LED driver for LT3593 controllers"
6470bae35e1SJohannes Berg	depends on LEDS_CLASS
64882322741SGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
649a8dd18feSDaniel Mack	help
650a8dd18feSDaniel Mack	  This option enables support for LEDs driven by a Linear Technology
651a8dd18feSDaniel Mack	  LT3593 controller. This controller uses a special one-wire pulse
652a8dd18feSDaniel Mack	  coding protocol to set the brightness.
653a8dd18feSDaniel Mack
654ed4a10b4SMichael Hennerichconfig LEDS_ADP5520
655ed4a10b4SMichael Hennerich	tristate "LED Support for ADP5520/ADP5501 PMIC"
6560bae35e1SJohannes Berg	depends on LEDS_CLASS
657d09e1666SH Hartley Sweeten	depends on PMIC_ADP5520
658ed4a10b4SMichael Hennerich	help
659ed4a10b4SMichael Hennerich	  This option enables support for on-chip LED drivers found
660ed4a10b4SMichael Hennerich	  on Analog Devices ADP5520/ADP5501 PMICs.
661ed4a10b4SMichael Hennerich
662ed4a10b4SMichael Hennerich	  To compile this driver as a module, choose M here: the module will
663ed4a10b4SMichael Hennerich	  be called leds-adp5520.
664ed4a10b4SMichael Hennerich
665736214b4SPatrick Rudolphconfig LEDS_MAX5970
666736214b4SPatrick Rudolph	tristate "LED Support for Maxim 5970"
667736214b4SPatrick Rudolph	depends on LEDS_CLASS
668736214b4SPatrick Rudolph	depends on MFD_MAX5970
669736214b4SPatrick Rudolph	help
670736214b4SPatrick Rudolph	  This option enables support for the Maxim MAX5970 & MAX5978 smart
671736214b4SPatrick Rudolph	  switch indication LEDs via the I2C bus.
672736214b4SPatrick Rudolph
673736214b4SPatrick Rudolph	  To compile this driver as a module, choose M here: the module will
674736214b4SPatrick Rudolph	  be called leds-max5970.
675736214b4SPatrick Rudolph
6767fdcef8aSPhilippe Rétornazconfig LEDS_MC13783
677ae6cdb03SAlexander Shiyan	tristate "LED Support for MC13XXX PMIC"
6780bae35e1SJohannes Berg	depends on LEDS_CLASS
679ae6cdb03SAlexander Shiyan	depends on MFD_MC13XXX
6807fdcef8aSPhilippe Rétornaz	help
68154b6c127SVadim Pasternak	  This option enables support for on-chip LED drivers found
682a59ce658SAlexander Shiyan	  on Freescale Semiconductor MC13783/MC13892/MC34708 PMIC.
6837fdcef8aSPhilippe Rétornaz
68411efe71fSSimon Guinotconfig LEDS_NS2
68511efe71fSSimon Guinot	tristate "LED support for Network Space v2 GPIO LEDs"
6860bae35e1SJohannes Berg	depends on LEDS_CLASS
687f1b0a43bSMarek Behún	depends on MACH_KIRKWOOD || MACH_ARMADA_370 || COMPILE_TEST
68811efe71fSSimon Guinot	default y
68911efe71fSSimon Guinot	help
690259f5ba3SSimon Guinot	  This option enables support for the dual-GPIO LEDs found on the
691259f5ba3SSimon Guinot	  following LaCie/Seagate boards:
692259f5ba3SSimon Guinot
693259f5ba3SSimon Guinot		Network Space v2 (and parents: Max, Mini)
694259f5ba3SSimon Guinot		Internet Space v2
695259f5ba3SSimon Guinot		d2 Network v2
696259f5ba3SSimon Guinot		n090401 (Seagate NAS 4-Bay)
69711efe71fSSimon Guinot
69824467832SSimon Guinotconfig LEDS_NETXBIG
69924467832SSimon Guinot	tristate "LED support for Big Network series LEDs"
7002504f6daSAxel Lin	depends on LEDS_CLASS
701f1b0a43bSMarek Behún	depends on MACH_KIRKWOOD || COMPILE_TEST
702156189a6SMasahiro Yamada	depends on OF_GPIO
70324467832SSimon Guinot	default y
70424467832SSimon Guinot	help
70554b6c127SVadim Pasternak	  This option enables support for LEDs found on the LaCie 2Big
70624467832SSimon Guinot	  and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
70724467832SSimon Guinot	  controlled through a GPIO extension bus.
70824467832SSimon Guinot
709a6d511e5SNeilBrownconfig LEDS_TCA6507
710a6d511e5SNeilBrown	tristate "LED Support for TCA6507 I2C chip"
711a6d511e5SNeilBrown	depends on LEDS_CLASS && I2C
712a6d511e5SNeilBrown	help
713a6d511e5SNeilBrown	  This option enables support for LEDs connected to TC6507
714a6d511e5SNeilBrown	  LED driver chips accessed via the I2C bus.
715a6d511e5SNeilBrown	  Driver support brightness control and hardware-assisted blinking.
716a6d511e5SNeilBrown
717e370d010SAndrew Lunnconfig LEDS_TLC591XX
718e370d010SAndrew Lunn	tristate "LED driver for TLC59108 and TLC59116 controllers"
719e370d010SAndrew Lunn	depends on LEDS_CLASS && I2C
720e370d010SAndrew Lunn	select REGMAP_I2C
721e370d010SAndrew Lunn	help
722e370d010SAndrew Lunn	  This option enables support for Texas Instruments TLC59108
723e370d010SAndrew Lunn	  and TLC59116 LED controllers.
724e370d010SAndrew Lunn
7255be102ebSBartosz Golaszewskiconfig LEDS_MAX77650
7265be102ebSBartosz Golaszewski	tristate "LED support for Maxim MAX77650 PMIC"
7275be102ebSBartosz Golaszewski	depends on LEDS_CLASS && MFD_MAX77650
7285be102ebSBartosz Golaszewski	help
7295be102ebSBartosz Golaszewski	  LEDs driver for MAX77650 family of PMICs from Maxim Integrated.
7305be102ebSBartosz Golaszewski
7318584cb82SDonggeun Kimconfig LEDS_MAX8997
7328584cb82SDonggeun Kim	tristate "LED support for MAX8997 PMIC"
7338584cb82SDonggeun Kim	depends on LEDS_CLASS && MFD_MAX8997
7348584cb82SDonggeun Kim	help
7358584cb82SDonggeun Kim	  This option enables support for on-chip LED drivers on
7368584cb82SDonggeun Kim	  MAXIM MAX8997 PMIC.
7378584cb82SDonggeun Kim
738b98d13c7SG.Shark Jeongconfig LEDS_LM355x
7396204f03dSPavel Machek	tristate "LED support for LM3554 and LM3556 chips"
74032abb478SG.Shark Jeong	depends on LEDS_CLASS && I2C
74132abb478SG.Shark Jeong	select REGMAP_I2C
74232abb478SG.Shark Jeong	help
7436204f03dSPavel Machek	  This option enables support for LEDs connected to LM3554
7446204f03dSPavel Machek	  and LM3556. It includes Torch, Flash and Indicator functions.
74532abb478SG.Shark Jeong
746e9a4593cSSebastian Andrzej Siewiorconfig LEDS_OT200
747e9a4593cSSebastian Andrzej Siewior	tristate "LED support for the Bachmann OT200"
7480113cea8SNiklas Schnelle	depends on LEDS_CLASS && HAS_IOPORT && (X86_32 || COMPILE_TEST)
749e9a4593cSSebastian Andrzej Siewior	help
750e9a4593cSSebastian Andrzej Siewior	  This option enables support for the LEDs on the Bachmann OT200.
751e9a4593cSSebastian Andrzej Siewior	  Say Y to enable LEDs on the Bachmann OT200.
752e9a4593cSSebastian Andrzej Siewior
75338433639SAndreas Wernerconfig LEDS_MENF21BMC
75438433639SAndreas Werner	tristate "LED support for the MEN 14F021P00 BMC"
75538433639SAndreas Werner	depends on LEDS_CLASS && MFD_MENF21BMC
75638433639SAndreas Werner	help
75738433639SAndreas Werner	  Say Y here to include support for the MEN 14F021P00 BMC LEDs.
75838433639SAndreas Werner
75938433639SAndreas Werner	  This driver can also be built as a module. If so the module
76038433639SAndreas Werner	  will be called leds-menf21bmc.
76138433639SAndreas Werner
7628c40b7d0SH. Nikolaus Schallerconfig LEDS_IS31FL319X
7638c40b7d0SH. Nikolaus Schaller	tristate "LED Support for ISSI IS31FL319x I2C LED controller family"
76469a9b172SAndy Shevchenko	depends on LEDS_CLASS && I2C
7658c40b7d0SH. Nikolaus Schaller	select REGMAP_I2C
7668c40b7d0SH. Nikolaus Schaller	help
7678c40b7d0SH. Nikolaus Schaller	  This option enables support for LEDs connected to ISSI IS31FL319x
7688c40b7d0SH. Nikolaus Schaller	  fancy LED driver chips accessed via the I2C bus.
7698c40b7d0SH. Nikolaus Schaller	  Driver supports individual PWM brightness control for each channel.
7708c40b7d0SH. Nikolaus Schaller
7718c40b7d0SH. Nikolaus Schaller	  This driver can also be built as a module. If so the module will be
7728c40b7d0SH. Nikolaus Schaller	  called leds-is31fl319x.
7738c40b7d0SH. Nikolaus Schaller
7749d7cffafSDavid Rivshinconfig LEDS_IS31FL32XX
7759d7cffafSDavid Rivshin	tristate "LED support for ISSI IS31FL32XX I2C LED controller family"
7769d7cffafSDavid Rivshin	depends on LEDS_CLASS && I2C && OF
7779d7cffafSDavid Rivshin	help
778e0442d7dSDavid Rivshin	  Say Y here to include support for ISSI IS31FL32XX and Si-En SN32xx
779e0442d7dSDavid Rivshin	  LED controllers. They are I2C devices with multiple constant-current
780e0442d7dSDavid Rivshin	  channels, each with independent 256-level PWM control.
7819d7cffafSDavid Rivshin
782e081c49eSBaolin Wangconfig LEDS_SC27XX_BLTC
783e081c49eSBaolin Wang	tristate "LED support for the SC27xx breathing light controller"
784e081c49eSBaolin Wang	depends on LEDS_CLASS && MFD_SC27XX_PMIC
785e081c49eSBaolin Wang	depends on OF
786e081c49eSBaolin Wang	help
787e081c49eSBaolin Wang	  Say Y here to include support for the SC27xx breathing light controller
788e081c49eSBaolin Wang	  LEDs.
789e081c49eSBaolin Wang
790e081c49eSBaolin Wang	  This driver can also be built as a module. If so the module will be
791e081c49eSBaolin Wang	  called leds-sc27xx-bltc.
792e081c49eSBaolin Wang
793f70ed8a6SVivien Didelotcomment "LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)"
794f70ed8a6SVivien Didelot
795b54cf35aSJan-Simon Möllerconfig LEDS_BLINKM
796b54cf35aSJan-Simon Möller	tristate "LED support for the BlinkM I2C RGB LED"
797b54cf35aSJan-Simon Möller	depends on LEDS_CLASS
798b54cf35aSJan-Simon Möller	depends on I2C
799b54cf35aSJan-Simon Möller	help
800b54cf35aSJan-Simon Möller	  This option enables support for the BlinkM RGB LED connected
801b54cf35aSJan-Simon Möller	  through I2C. Say Y to enable support for the BlinkM LED.
802b54cf35aSJan-Simon Möller
80384ad6e5cSVasant Hegdeconfig LEDS_POWERNV
80484ad6e5cSVasant Hegde	tristate "LED support for PowerNV Platform"
80584ad6e5cSVasant Hegde	depends on LEDS_CLASS
80684ad6e5cSVasant Hegde	depends on PPC_POWERNV
80784ad6e5cSVasant Hegde	depends on OF
80884ad6e5cSVasant Hegde	help
80984ad6e5cSVasant Hegde	  This option enables support for the system LEDs present on
81084ad6e5cSVasant Hegde	  PowerNV platforms. Say 'y' to enable this support in kernel.
81184ad6e5cSVasant Hegde	  To compile this driver as a module, choose 'm' here: the module
81284ad6e5cSVasant Hegde	  will be called leds-powernv.
81384ad6e5cSVasant Hegde
814535f09ccSLinus Walleijconfig LEDS_SYSCON
815535f09ccSLinus Walleij	bool "LED support for LEDs on system controllers"
816535f09ccSLinus Walleij	depends on LEDS_CLASS=y
817535f09ccSLinus Walleij	depends on MFD_SYSCON
818535f09ccSLinus Walleij	depends on OF
819535f09ccSLinus Walleij	help
82054b6c127SVadim Pasternak	  This option enables support for the LEDs on syscon type
821535f09ccSLinus Walleij	  devices. This will only work with device tree enabled
822535f09ccSLinus Walleij	  devices.
823535f09ccSLinus Walleij
8247f866986SLinus Walleijconfig LEDS_PM8058
8257f866986SLinus Walleij	tristate "LED Support for the Qualcomm PM8058 PMIC"
82640a3a0f2SLinus Walleij	depends on MFD_PM8XXX
8277f866986SLinus Walleij	depends on LEDS_CLASS
8287f866986SLinus Walleij	help
8297f866986SLinus Walleij	  Choose this option if you want to use the LED drivers in
8307f866986SLinus Walleij	  the Qualcomm PM8058 PMIC.
8317f866986SLinus Walleij
832be4fdf99SVadim Pasternakconfig LEDS_MLXCPLD
833be4fdf99SVadim Pasternak	tristate "LED support for the Mellanox boards"
8348f886de1SVadim Pasternak	depends on X86 && DMI
835be4fdf99SVadim Pasternak	depends on LEDS_CLASS
836be4fdf99SVadim Pasternak	help
83754b6c127SVadim Pasternak	  This option enables support for the LEDs on the Mellanox
83854b6c127SVadim Pasternak	  boards. Say Y to enable these.
839be4fdf99SVadim Pasternak
840386570d7SVadim Pasternakconfig LEDS_MLXREG
841386570d7SVadim Pasternak	tristate "LED support for the Mellanox switches management control"
842386570d7SVadim Pasternak	depends on LEDS_CLASS
843386570d7SVadim Pasternak	help
844386570d7SVadim Pasternak	  This option enables support for the LEDs on the Mellanox Ethernet and
845386570d7SVadim Pasternak	  InfiniBand switches. The driver can be activated by the platform device
846386570d7SVadim Pasternak	  device add call. Say Y to enable these. To compile this driver as a
847386570d7SVadim Pasternak	  module, choose 'M' here: the module will be called leds-mlxreg.
848386570d7SVadim Pasternak
849e381322bSDavid Lechnerconfig LEDS_USER
850e381322bSDavid Lechner	tristate "Userspace LED support"
851e381322bSDavid Lechner	depends on LEDS_CLASS
852e381322bSDavid Lechner	help
853e381322bSDavid Lechner	  This option enables support for userspace LEDs. Say 'y' to enable this
854e381322bSDavid Lechner	  support in kernel. To compile this driver as a module, choose 'm' here:
855e381322bSDavid Lechner	  the module will be called uleds.
856e381322bSDavid Lechner
8578338eab5SHui Chun Ongconfig LEDS_NIC78BX
8588338eab5SHui Chun Ong	tristate "LED support for NI PXI NIC78bx devices"
8598338eab5SHui Chun Ong	depends on LEDS_CLASS
8608338eab5SHui Chun Ong	depends on X86 && ACPI
8618338eab5SHui Chun Ong	help
8628338eab5SHui Chun Ong	  This option enables support for the User1 and User2 LEDs on NI
8638338eab5SHui Chun Ong	  PXI NIC78bx devices.
8648338eab5SHui Chun Ong
8658338eab5SHui Chun Ong	  To compile this driver as a module, choose M here: the module
8668338eab5SHui Chun Ong	  will be called leds-nic78bx.
8678338eab5SHui Chun Ong
868e9a804d7SChristian Maudererconfig LEDS_SPI_BYTE
869e9a804d7SChristian Mauderer	tristate "LED support for SPI LED controller with a single byte"
870e9a804d7SChristian Mauderer	depends on LEDS_CLASS
871e9a804d7SChristian Mauderer	depends on SPI
872e9a804d7SChristian Mauderer	depends on OF
873e9a804d7SChristian Mauderer	help
874e9a804d7SChristian Mauderer	  This option enables support for LED controller which use a single byte
875e9a804d7SChristian Mauderer	  for controlling the brightness. Currently the following controller is
876e9a804d7SChristian Mauderer	  supported: Ubiquiti airCube ISP microcontroller based LED controller.
877e9a804d7SChristian Mauderer
8783fce8e1eSDan Murphyconfig LEDS_TI_LMU_COMMON
879b0f379bdSGeert Uytterhoeven	tristate "LED driver for TI LMU" if COMPILE_TEST
880a61079efSRandy Dunlap	select REGMAP
8813fce8e1eSDan Murphy	help
8823fce8e1eSDan Murphy	  Say Y to enable the LED driver for TI LMU devices.
8833fce8e1eSDan Murphy	  This supports common features between the TI LM3532, LM3631, LM3632,
8843fce8e1eSDan Murphy	  LM3633, LM3695 and LM3697.
8853fce8e1eSDan Murphy
8865c1d824cSDan Murphyconfig LEDS_LM3697
8875c1d824cSDan Murphy	tristate "LED driver for LM3697"
888b0f379bdSGeert Uytterhoeven	depends on LEDS_CLASS && I2C && OF
889b0f379bdSGeert Uytterhoeven	select LEDS_TI_LMU_COMMON
8905c1d824cSDan Murphy	help
8915c1d824cSDan Murphy	  Say Y to enable the LM3697 LED driver for TI LMU devices.
8925c1d824cSDan Murphy	  This supports the LED device LM3697.
8935c1d824cSDan Murphy
89411e1bbc1SDan Murphyconfig LEDS_LM36274
89511e1bbc1SDan Murphy	tristate "LED driver for LM36274"
896b0f379bdSGeert Uytterhoeven	depends on LEDS_CLASS && MFD_TI_LMU
897b0f379bdSGeert Uytterhoeven	select LEDS_TI_LMU_COMMON
89811e1bbc1SDan Murphy	help
89911e1bbc1SDan Murphy	  Say Y to enable the LM36274 LED driver for TI LMU devices.
90011e1bbc1SDan Murphy	  This supports the LED device LM36274.
90111e1bbc1SDan Murphy
902b3b42b4aSSven Van Asbroeckconfig LEDS_TPS6105X
903b3b42b4aSSven Van Asbroeck	tristate "LED support for TI TPS6105X"
904b3b42b4aSSven Van Asbroeck	depends on LEDS_CLASS
905b3b42b4aSSven Van Asbroeck	depends on TPS6105X
906b3b42b4aSSven Van Asbroeck	default y if TPS6105X
907b3b42b4aSSven Van Asbroeck	help
908b3b42b4aSSven Van Asbroeck	  This driver supports TPS61050/TPS61052 LED chips.
909b3b42b4aSSven Van Asbroeck	  It is a single boost converter primarily for white LEDs and
910b3b42b4aSSven Van Asbroeck	  audio amplifiers.
911b3b42b4aSSven Van Asbroeck
91264d7e231SThomas Bogendoerferconfig LEDS_IP30
91364d7e231SThomas Bogendoerfer	tristate "LED support for SGI Octane machines"
91464d7e231SThomas Bogendoerfer	depends on LEDS_CLASS
9152aebb780SMarek Behún	depends on SGI_MFD_IOC3 || COMPILE_TEST
91664d7e231SThomas Bogendoerfer	help
91764d7e231SThomas Bogendoerfer	  This option enables support for the Red and White LEDs of
91864d7e231SThomas Bogendoerfer	  SGI Octane machines.
91964d7e231SThomas Bogendoerfer
92064d7e231SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the module
92164d7e231SThomas Bogendoerfer	  will be called leds-ip30.
92264d7e231SThomas Bogendoerfer
9231ece06acSDmitry Osipenkoconfig LEDS_ACER_A500
9241ece06acSDmitry Osipenko	tristate "Power button LED support for Acer Iconia Tab A500"
9251ece06acSDmitry Osipenko	depends on LEDS_CLASS && MFD_ACER_A500_EC
9261ece06acSDmitry Osipenko	help
9271ece06acSDmitry Osipenko	  This option enables support for the Power Button LED of
9281ece06acSDmitry Osipenko	  Acer Iconia Tab A500.
9291ece06acSDmitry Osipenko
930a7ed7150SRahul Tanwarsource "drivers/leds/blink/Kconfig"
931a7ed7150SRahul Tanwar
932e1c6edcbSLinus Walleijcomment "Flash and Torch LED drivers"
933e1c6edcbSLinus Walleijsource "drivers/leds/flash/Kconfig"
934e1c6edcbSLinus Walleij
93524e2d05dSBjorn Anderssoncomment "RGB LED drivers"
93624e2d05dSBjorn Anderssonsource "drivers/leds/rgb/Kconfig"
93724e2d05dSBjorn Andersson
938d09e1666SH Hartley Sweetencomment "LED Triggers"
939f07fb521SKim, Milosource "drivers/leds/trigger/Kconfig"
94044e1e9f8SShuah Khan
9418c78e061SHenning Schildcomment "Simple LED drivers"
9428c78e061SHenning Schildsource "drivers/leds/simple/Kconfig"
9438c78e061SHenning Schild
94466242f7eSJan Engelhardtendif # NEW_LEDS
945