diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-10 07:14:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-10 07:14:07 -0400 |
commit | c7a6ced9d8e8411bdafe83998474d185a79badc3 (patch) | |
tree | bf9a230bfc99165b9d8fa9ed9fc453619bd4a9fb /drivers/leds/Kconfig | |
parent | a188e7e93a36627fb3f0013f41857ab54f076d04 (diff) | |
parent | 2f73c3927318abe3d7fcaecadfbad89e2d12f881 (diff) |
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds
Pull LED subsystem update from Bryan Wu.
* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds: (24 commits)
leds: add output driver configuration for pca9633 led driver
leds: lm3642: Use regmap_update_bits() in lm3642_chip_init()
leds: Add new LED driver for lm3642 chips
leds-lp5523: Fix riskiness of the page fault
leds-lp5523: turn off the LED engines on unloading the driver
leds-lm3530: Fix smatch warnings
leds-lm3530: Use devm_regulator_get function
leds: leds-gpio: adopt pinctrl support
leds: Add new LED driver for lm355x chips
leds-lp5523: use the i2c device id rather than fixed name
leds-lp5523: add new device id for LP55231
leds-lp5523: support new LP55231 device
leds: triggers: send uevent when changing triggers
leds-lp5523: minor code style fixes
leds-lp5523: change the return type of lp5523_set_mode()
leds-lp5523: set the brightness to 0 forcely on removing the driver
leds-lp5523: add channel name in the platform data
leds: leds-gpio: Use of_get_child_count() helper
leds: leds-gpio: Use platform_{get,set}_drvdata
leds: leds-gpio: use of_match_ptr()
...
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 16578d3b52bb..f508defc0d96 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -63,6 +63,17 @@ config LEDS_LM3533 | |||
63 | hardware-accelerated blinking with maximum on and off periods of 9.8 | 63 | hardware-accelerated blinking with maximum on and off periods of 9.8 |
64 | and 77 seconds respectively. | 64 | and 77 seconds respectively. |
65 | 65 | ||
66 | config LEDS_LM3642 | ||
67 | tristate "LED support for LM3642 Chip" | ||
68 | depends on LEDS_CLASS && I2C | ||
69 | select REGMAP_I2C | ||
70 | help | ||
71 | This option enables support for LEDs connected to LM3642. | ||
72 | The LM3642 is a 4MHz fixed-frequency synchronous boost | ||
73 | converter plus 1.5A constant current driver for a high-current | ||
74 | white LED. | ||
75 | |||
76 | |||
66 | config LEDS_LOCOMO | 77 | config LEDS_LOCOMO |
67 | tristate "LED Support for Locomo device" | 78 | tristate "LED Support for Locomo device" |
68 | depends on LEDS_CLASS | 79 | depends on LEDS_CLASS |
@@ -192,11 +203,12 @@ config LEDS_LP5521 | |||
192 | programming the engines. | 203 | programming the engines. |
193 | 204 | ||
194 | config LEDS_LP5523 | 205 | config LEDS_LP5523 |
195 | tristate "LED Support for N.S. LP5523 LED driver chip" | 206 | tristate "LED Support for TI/National LP5523/55231 LED driver chip" |
196 | depends on LEDS_CLASS && I2C | 207 | depends on LEDS_CLASS && I2C |
197 | help | 208 | help |
198 | If you say yes here you get support for the National Semiconductor | 209 | If you say yes here you get support for TI/National Semiconductor |
199 | LP5523 LED driver. It is 9 channel chip with programmable engines. | 210 | LP5523/55231 LED driver. |
211 | It is 9 channel chip with programmable engines. | ||
200 | Driver provides direct control via LED class and interface for | 212 | Driver provides direct control via LED class and interface for |
201 | programming the engines. | 213 | programming the engines. |
202 | 214 | ||
@@ -422,13 +434,13 @@ config LEDS_MAX8997 | |||
422 | This option enables support for on-chip LED drivers on | 434 | This option enables support for on-chip LED drivers on |
423 | MAXIM MAX8997 PMIC. | 435 | MAXIM MAX8997 PMIC. |
424 | 436 | ||
425 | config LEDS_LM3556 | 437 | config LEDS_LM355x |
426 | tristate "LED support for LM3556 Chip" | 438 | tristate "LED support for LM355x Chips, LM3554 and LM3556" |
427 | depends on LEDS_CLASS && I2C | 439 | depends on LEDS_CLASS && I2C |
428 | select REGMAP_I2C | 440 | select REGMAP_I2C |
429 | help | 441 | help |
430 | This option enables support for LEDs connected to LM3556. | 442 | This option enables support for LEDs connected to LM355x. |
431 | LM3556 includes Torch, Flash and Indicator functions. | 443 | LM355x includes Torch, Flash and Indicator functions. |
432 | 444 | ||
433 | config LEDS_OT200 | 445 | config LEDS_OT200 |
434 | tristate "LED support for the Bachmann OT200" | 446 | tristate "LED support for the Bachmann OT200" |