aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorMaximilian Güntner <maximilian.guentner@gmail.com>2013-10-16 21:09:17 -0400
committerBryan Wu <cooloney@gmail.com>2013-10-22 13:57:35 -0400
commitbb6febdc90efe7f664328075c204eed8e9af7ec9 (patch)
tree51ecf9e4ac1f0a3af243799d3b40078bc1f3eab3 /drivers/leds/Kconfig
parent1e08f72dd248645450b01c86ccc066c0a90767d8 (diff)
leds: Added driver for the NXP PCA9685 I2C chip
The NXP PCA9685 supports 16 channels/leds using a 12-bit PWM (4095 levels of brightness) This driver supports configuration using platform_data. Signed-off-by: Maximilian Güntner <maximilian.guentner@gmail.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 875bbe4c962e..72156c123033 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -300,6 +300,16 @@ config LEDS_PCA963X
300 LED driver chip accessed via the I2C bus. Supported 300 LED driver chip accessed via the I2C bus. Supported
301 devices include PCA9633 and PCA9634 301 devices include PCA9633 and PCA9634
302 302
303config LEDS_PCA9685
304 tristate "LED support for PCA9685 I2C chip"
305 depends on LEDS_CLASS
306 depends on I2C
307 help
308 This option enables support for LEDs connected to the PCA9685
309 LED driver chip accessed via the I2C bus.
310 The PCA9685 offers 12-bit PWM (4095 levels of brightness) on
311 16 individual channels.
312
303config LEDS_WM831X_STATUS 313config LEDS_WM831X_STATUS
304 tristate "LED support for status LEDs on WM831x PMICs" 314 tristate "LED support for status LEDs on WM831x PMICs"
305 depends on LEDS_CLASS 315 depends on LEDS_CLASS