xref: /linux/drivers/leds/Kconfig (revision 17354bfe85275f1bdde7f4a27ebc1ba53e053939)
166242f7eSJan Engelhardtmenuconfig NEW_LEDS
2c72a1d60SRichard Purdie	bool "LED Support"
3c72a1d60SRichard Purdie	help
4a8d2e7d9SRichard Purdie	  Say Y to enable Linux LED support.  This allows control of supported
5a8d2e7d9SRichard Purdie	  LEDs from both userspace and optionally, by kernel events (triggers).
6a8d2e7d9SRichard Purdie
7a8d2e7d9SRichard Purdie	  This is not related to standard keyboard LEDs which are controlled
8a8d2e7d9SRichard Purdie	  via the input system.
9c72a1d60SRichard Purdie
1066242f7eSJan Engelhardtif NEW_LEDS
1166242f7eSJan Engelhardt
12c72a1d60SRichard Purdieconfig LEDS_CLASS
13c72a1d60SRichard Purdie	tristate "LED Class Support"
14c72a1d60SRichard Purdie	help
15c72a1d60SRichard Purdie	  This option enables the led sysfs class in /sys/class/leds.  You'll
16c72a1d60SRichard Purdie	  need this to do anything useful with LEDs.  If unsure, say N.
17c72a1d60SRichard Purdie
1824f51e81SBen Dookscomment "LED drivers"
19c3bc9956SRichard Purdie
20de5c9edeSDavid Brownellconfig LEDS_ATMEL_PWM
21de5c9edeSDavid Brownell	tristate "LED Support using Atmel PWM outputs"
22de5c9edeSDavid Brownell	depends on LEDS_CLASS && ATMEL_PWM
23de5c9edeSDavid Brownell	help
24de5c9edeSDavid Brownell	  This option enables support for LEDs driven using outputs
25de5c9edeSDavid Brownell	  of the dedicated PWM controller found on newer Atmel SOCs.
26de5c9edeSDavid Brownell
274d3cb354SRichard Purdieconfig LEDS_LOCOMO
284d3cb354SRichard Purdie	tristate "LED Support for Locomo device"
29bef1f402SRobert P. J. Day	depends on LEDS_CLASS && SHARP_LOCOMO
304d3cb354SRichard Purdie	help
314d3cb354SRichard Purdie	  This option enables support for the LEDs on Sharp Locomo.
324d3cb354SRichard Purdie	  Zaurus models SL-5500 and SL-5600.
334d3cb354SRichard Purdie
34ac67e23bSPhil Sutterconfig LEDS_MIKROTIK_RB532
35ac67e23bSPhil Sutter	tristate "LED Support for Mikrotik Routerboard 532"
36ac67e23bSPhil Sutter	depends on LEDS_CLASS && MIKROTIK_RB532
37ac67e23bSPhil Sutter	help
38ac67e23bSPhil Sutter	  This option enables support for the so called "User LED" of
39ac67e23bSPhil Sutter	  Mikrotik's Routerboard 532.
40ac67e23bSPhil Sutter
4154bdc470SBen Dooksconfig LEDS_S3C24XX
4254bdc470SBen Dooks	tristate "LED Support for Samsung S3C24XX GPIO LEDs"
4354bdc470SBen Dooks	depends on LEDS_CLASS && ARCH_S3C2410
4454bdc470SBen Dooks	help
4554bdc470SBen Dooks	  This option enables support for LEDs connected to GPIO lines
4654bdc470SBen Dooks	  on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.
4754bdc470SBen Dooks
489becde79SJonathan McDowellconfig LEDS_AMS_DELTA
499becde79SJonathan McDowell	tristate "LED Support for the Amstrad Delta (E3)"
50bef1f402SRobert P. J. Day	depends on LEDS_CLASS && MACH_AMS_DELTA
519becde79SJonathan McDowell	help
529becde79SJonathan McDowell	  This option enables support for the LEDs on Amstrad Delta (E3).
539becde79SJonathan McDowell
541a87d942SChris Bootconfig LEDS_NET48XX
551a87d942SChris Boot	tristate "LED Support for Soekris net48xx series Error LED"
561a87d942SChris Boot	depends on LEDS_CLASS && SCx200_GPIO
571a87d942SChris Boot	help
581a87d942SChris Boot	  This option enables support for the Soekris net4801 and net4826 error
591a87d942SChris Boot	  LED.
601a87d942SChris Boot
613b2e46f8SRod Whitbyconfig LEDS_FSG
623b2e46f8SRod Whitby	tristate "LED Support for the Freecom FSG-3"
633b2e46f8SRod Whitby	depends on LEDS_CLASS && MACH_FSG
643b2e46f8SRod Whitby	help
653b2e46f8SRod Whitby	  This option enables support for the LEDs on the Freecom FSG-3.
663b2e46f8SRod Whitby
670d75565fSKristian Kielhofnerconfig LEDS_WRAP
680d75565fSKristian Kielhofner	tristate "LED Support for the WRAP series LEDs"
690d75565fSKristian Kielhofner	depends on LEDS_CLASS && SCx200_GPIO
700d75565fSKristian Kielhofner	help
710d75565fSKristian Kielhofner	  This option enables support for the PCEngines WRAP programmable LEDs.
720d75565fSKristian Kielhofner
73ec9a943cSConstantin Baranovconfig LEDS_ALIX2
74ec9a943cSConstantin Baranov	tristate "LED Support for ALIX.2 and ALIX.3 series"
75ec9a943cSConstantin Baranov	depends on LEDS_CLASS && X86 && EXPERIMENTAL
76ec9a943cSConstantin Baranov	help
77ec9a943cSConstantin Baranov	  This option enables support for the PCEngines ALIX.2 and ALIX.3 LEDs.
78ec9a943cSConstantin Baranov
79bd4009afSArnaud Patardconfig LEDS_H1940
80bd4009afSArnaud Patard	tristate "LED Support for iPAQ H1940 device"
81247537b9SAdrian Bunk	depends on LEDS_CLASS && ARCH_H1940
82bd4009afSArnaud Patard	help
83bd4009afSArnaud Patard	  This option enables support for the LEDs on the h1940.
84bd4009afSArnaud Patard
85f3b6b6cdSYoichi Yuasaconfig LEDS_COBALT_QUBE
86f3b6b6cdSYoichi Yuasa	tristate "LED Support for the Cobalt Qube series front LED"
872fea6f35SFlorian Fainelli	depends on LEDS_CLASS && MIPS_COBALT
882fea6f35SFlorian Fainelli	help
89f3b6b6cdSYoichi Yuasa	  This option enables support for the front LED on Cobalt Qube series
902fea6f35SFlorian Fainelli
9197da7aafSYoichi Yuasaconfig LEDS_COBALT_RAQ
9297da7aafSYoichi Yuasa	bool "LED Support for the Cobalt Raq series"
93ec149619SYoichi Yuasa	depends on LEDS_CLASS=y && MIPS_COBALT
9497da7aafSYoichi Yuasa	select LEDS_TRIGGERS
9597da7aafSYoichi Yuasa	help
9697da7aafSYoichi Yuasa	  This option enables support for the Cobalt Raq series LEDs.
9797da7aafSYoichi Yuasa
985843492cSDavid S. Millerconfig LEDS_SUNFIRE
995843492cSDavid S. Miller	tristate "LED support for SunFire servers."
1005843492cSDavid S. Miller	depends on LEDS_CLASS && SPARC64
1015843492cSDavid S. Miller	select LEDS_TRIGGERS
1025843492cSDavid S. Miller	help
1035843492cSDavid S. Miller	  This option enables support for the Left, Middle, and Right
1045843492cSDavid S. Miller	  LEDs on the I/O and CPU boards of SunFire UltraSPARC servers.
1055843492cSDavid S. Miller
106d39a7a63SKristoffer Ericsonconfig LEDS_HP6XX
107d39a7a63SKristoffer Ericson	tristate "LED Support for the HP Jornada 6xx"
108d39a7a63SKristoffer Ericson	depends on LEDS_CLASS && SH_HP6XX
109d39a7a63SKristoffer Ericson	help
110692105b8SMatt LaPlante	  This option enables LED support for the handheld
111d39a7a63SKristoffer Ericson	  HP Jornada 620/660/680/690.
112d39a7a63SKristoffer Ericson
113e14fa824SRiku Voipioconfig LEDS_PCA9532
114e14fa824SRiku Voipio	tristate "LED driver for PCA9532 dimmer"
115e14fa824SRiku Voipio	depends on LEDS_CLASS && I2C && INPUT && EXPERIMENTAL
116e14fa824SRiku Voipio	help
117e14fa824SRiku Voipio	  This option enables support for NXP pca9532
118692105b8SMatt LaPlante	  LED controller. It is generally only useful
119e14fa824SRiku Voipio	  as a platform driver
120e14fa824SRiku Voipio
12122e03f3bSRaphael Assenatconfig LEDS_GPIO
12222e03f3bSRaphael Assenat	tristate "LED Support for GPIO connected LEDs"
12322e03f3bSRaphael Assenat	depends on LEDS_CLASS && GENERIC_GPIO
12422e03f3bSRaphael Assenat	help
12522e03f3bSRaphael Assenat	  This option enables support for the LEDs connected to GPIO
12622e03f3bSRaphael Assenat	  outputs. To be useful the particular board must have LEDs
127a7d878afSTrent Piepho	  and they must be connected to the GPIO lines.  The LEDs must be
128a7d878afSTrent Piepho	  defined as platform devices and/or OpenFirmware platform devices.
129a7d878afSTrent Piepho	  The code to use these bindings can be selected below.
130a7d878afSTrent Piepho
131a7d878afSTrent Piephoconfig LEDS_GPIO_PLATFORM
132a7d878afSTrent Piepho	bool "Platform device bindings for GPIO LEDs"
133a7d878afSTrent Piepho	depends on LEDS_GPIO
134a7d878afSTrent Piepho	default y
135a7d878afSTrent Piepho	help
136a7d878afSTrent Piepho	  Let the leds-gpio driver drive LEDs which have been defined as
137a7d878afSTrent Piepho	  platform devices.  If you don't know what this means, say yes.
138a7d878afSTrent Piepho
139a7d878afSTrent Piephoconfig LEDS_GPIO_OF
140a7d878afSTrent Piepho	bool "OpenFirmware platform device bindings for GPIO LEDs"
141a7d878afSTrent Piepho	depends on LEDS_GPIO && OF_DEVICE
142a7d878afSTrent Piepho	default y
143a7d878afSTrent Piepho	help
144a7d878afSTrent Piepho	  Let the leds-gpio driver drive LEDs which have been defined as
145a7d878afSTrent Piepho	  of_platform devices.  For instance, LEDs which are listed in a "dts"
146a7d878afSTrent Piepho	  file.
14722e03f3bSRaphael Assenat
148cec035deSMárton Némethconfig LEDS_CLEVO_MAIL
149cec035deSMárton Németh	tristate "Mail LED on Clevo notebook (EXPERIMENTAL)"
150cec035deSMárton Németh	depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI && EXPERIMENTAL
151cec035deSMárton Németh	help
152cec035deSMárton Németh	  This driver makes the mail LED accessible from userspace
153cec035deSMárton Németh	  programs through the leds subsystem. This LED have three
154cec035deSMárton Németh	  known mode: off, blink at 0.5Hz and blink at 1Hz.
155cec035deSMárton Németh
15692e015cbSMárton Németh	  The driver supports two kinds of interface: using ledtrig-timer
15792e015cbSMárton Németh	  or through /sys/class/leds/clevo::mail/brightness. As this LED
15892e015cbSMárton Németh	  cannot change it's brightness it blinks instead. The brightness
15992e015cbSMárton Németh	  value 0 means off, 1..127 means blink at 0.5Hz and 128..255 means
16092e015cbSMárton Németh	  blink at 1Hz.
161cec035deSMárton Németh
162cec035deSMárton Németh	  This module can drive the mail LED for the following notebooks:
163cec035deSMárton Németh
164b3ba31f8SMrton Nmeth	  	Clevo D400P
165cec035deSMárton Németh	  	Clevo D410J
166cec035deSMárton Németh	  	Clevo D410V
167cec035deSMárton Németh	  	Clevo D400V/D470V (not tested, but might work)
168cec035deSMárton Németh	  	Clevo M540N
169cec035deSMárton Németh	  	Clevo M5x0N (not tested, but might work)
170cec035deSMárton Németh	  	Positivo Mobile (Clevo M5x0V)
171cec035deSMárton Németh
172b3ba31f8SMrton Nmeth	  If your model is not listed here you can try the "nodetect"
173692105b8SMatt LaPlante	  module parameter.
174b3ba31f8SMrton Nmeth
175cec035deSMárton Németh	  To compile this driver as a module, choose M here: the
176cec035deSMárton Németh	  module will be called leds-clevo-mail.
177cec035deSMárton Németh
178f46e9203SNate Caseconfig LEDS_PCA955X
179f46e9203SNate Case	tristate "LED Support for PCA955x I2C chips"
180f46e9203SNate Case	depends on LEDS_CLASS && I2C
181f46e9203SNate Case	help
182f46e9203SNate Case	  This option enables support for LEDs connected to PCA955x
183f46e9203SNate Case	  LED driver chips accessed via the I2C bus.  Supported
184f46e9203SNate Case	  devices include PCA9550, PCA9551, PCA9552, and PCA9553.
185f46e9203SNate Case
1860081e802SMark Brownconfig LEDS_WM8350
1870081e802SMark Brown	tristate "LED Support for WM8350 AudioPlus PMIC"
1880081e802SMark Brown	depends on LEDS_CLASS && MFD_WM8350
1890081e802SMark Brown	help
1900081e802SMark Brown	  This option enables support for LEDs driven by the Wolfson
1910081e802SMark Brown	  Microelectronics WM8350 AudioPlus PMIC.
1920081e802SMark Brown
1939e84561cSMike Rapoportconfig LEDS_DA903X
1949e84561cSMike Rapoport	tristate "LED Support for DA9030/DA9034 PMIC"
1959e84561cSMike Rapoport	depends on LEDS_CLASS && PMIC_DA903X
1969e84561cSMike Rapoport	help
1979e84561cSMike Rapoport	  This option enables support for on-chip LED drivers found
1989e84561cSMike Rapoport	  on Dialog Semiconductor DA9030/DA9034 PMICs.
1999e84561cSMike Rapoport
200ac2dd0f1SGuennadi Liakhovetskiconfig LEDS_DAC124S085
201ac2dd0f1SGuennadi Liakhovetski	tristate "LED Support for DAC124S085 SPI DAC"
202ac2dd0f1SGuennadi Liakhovetski	depends on LEDS_CLASS && SPI
203ac2dd0f1SGuennadi Liakhovetski	help
204ac2dd0f1SGuennadi Liakhovetski	  This option enables support for DAC124S085 SPI DAC from NatSemi,
205ac2dd0f1SGuennadi Liakhovetski	  which can be used to control up to four LEDs.
206ac2dd0f1SGuennadi Liakhovetski
20741c42ff5SLuotao Fuconfig LEDS_PWM
20841c42ff5SLuotao Fu	tristate "PWM driven LED Support"
20941c42ff5SLuotao Fu	depends on LEDS_CLASS && HAVE_PWM
21041c42ff5SLuotao Fu	help
21141c42ff5SLuotao Fu	  This option enables support for pwm driven LEDs
21241c42ff5SLuotao Fu
21324f51e81SBen Dookscomment "LED Triggers"
21424f51e81SBen Dooks
21524f51e81SBen Dooksconfig LEDS_TRIGGERS
21624f51e81SBen Dooks	bool "LED Trigger support"
21724f51e81SBen Dooks	help
21824f51e81SBen Dooks	  This option enables trigger support for the leds class.
21924f51e81SBen Dooks	  These triggers allow kernel events to drive the LEDs and can
22024f51e81SBen Dooks	  be configured via sysfs. If unsure, say Y.
22124f51e81SBen Dooks
2226655c6feSRichard Purdieconfig LEDS_TRIGGER_TIMER
2236655c6feSRichard Purdie	tristate "LED Timer Trigger"
224bef1f402SRobert P. J. Day	depends on LEDS_TRIGGERS
2256655c6feSRichard Purdie	help
2266655c6feSRichard Purdie	  This allows LEDs to be controlled by a programmable timer
2274c79141dSMárton Németh	  via sysfs. Some LED hardware can be programmed to start
2284c79141dSMárton Németh	  blinking the LED without any further software interaction.
2294c79141dSMárton Németh	  For more details read Documentation/leds-class.txt.
2304c79141dSMárton Németh
2314c79141dSMárton Németh	  If unsure, say Y.
2326655c6feSRichard Purdie
2332bfb646cSRichard Purdieconfig LEDS_TRIGGER_IDE_DISK
234baa351eaSBen Dooks	bool "LED IDE Disk Trigger"
235806f80a6SBartlomiej Zolnierkiewicz	depends on LEDS_TRIGGERS && IDE_GD_ATA
2362bfb646cSRichard Purdie	help
2372bfb646cSRichard Purdie	  This allows LEDs to be controlled by IDE disk activity.
2382bfb646cSRichard Purdie	  If unsure, say Y.
2392bfb646cSRichard Purdie
240891c668bSAtsushi Nemotoconfig LEDS_TRIGGER_HEARTBEAT
241891c668bSAtsushi Nemoto	tristate "LED Heartbeat Trigger"
242bef1f402SRobert P. J. Day	depends on LEDS_TRIGGERS
243891c668bSAtsushi Nemoto	help
244891c668bSAtsushi Nemoto	  This allows LEDs to be controlled by a CPU load average.
245891c668bSAtsushi Nemoto	  The flash frequency is a hyperbolic function of the 1-minute
246891c668bSAtsushi Nemoto	  load average.
247891c668bSAtsushi Nemoto	  If unsure, say Y.
248891c668bSAtsushi Nemoto
249132e9306SRodolfo Giometticonfig LEDS_TRIGGER_BACKLIGHT
250132e9306SRodolfo Giometti	tristate "LED backlight Trigger"
251132e9306SRodolfo Giometti	depends on LEDS_TRIGGERS
252132e9306SRodolfo Giometti	help
253132e9306SRodolfo Giometti	  This allows LEDs to be controlled as a backlight device: they
254132e9306SRodolfo Giometti	  turn off and on when the display is blanked and unblanked.
255132e9306SRodolfo Giometti
256132e9306SRodolfo Giometti	  If unsure, say N.
257132e9306SRodolfo Giometti
258*17354bfeSFelipe Balbiconfig LEDS_TRIGGER_GPIO
259*17354bfeSFelipe Balbi	tristate "LED GPIO Trigger"
260*17354bfeSFelipe Balbi	depends on LEDS_TRIGGERS
261*17354bfeSFelipe Balbi	depends on GPIOLIB
262*17354bfeSFelipe Balbi	help
263*17354bfeSFelipe Balbi	  This allows LEDs to be controlled by gpio events. It's good
264*17354bfeSFelipe Balbi	  when using gpios as switches and triggering the needed LEDs
265*17354bfeSFelipe Balbi	  from there. One use case is n810's keypad LEDs that could
266*17354bfeSFelipe Balbi	  be triggered by this trigger when user slides up to show
267*17354bfeSFelipe Balbi	  keypad.
268*17354bfeSFelipe Balbi
269*17354bfeSFelipe Balbi	  If unsure, say N.
270*17354bfeSFelipe Balbi
271060856c7SNick Forbesconfig LEDS_TRIGGER_DEFAULT_ON
272060856c7SNick Forbes	tristate "LED Default ON Trigger"
273060856c7SNick Forbes	depends on LEDS_TRIGGERS
274060856c7SNick Forbes	help
275060856c7SNick Forbes	  This allows LEDs to be initialised in the ON state.
276060856c7SNick Forbes	  If unsure, say Y.
277060856c7SNick Forbes
278268cb38eSAdam Nielsencomment "iptables trigger is under Netfilter config (LED target)"
279268cb38eSAdam Nielsen	depends on LEDS_TRIGGERS
280268cb38eSAdam Nielsen
28166242f7eSJan Engelhardtendif # NEW_LEDS
282