aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>2013-08-14 17:23:47 -0400
committerBryan Wu <cooloney@gmail.com>2013-08-26 20:22:14 -0400
commitaf67384f011e81ea86aef8aec51e62e775432ea8 (patch)
tree13272f7651922ed504162fd281e1c094b411c4ff /drivers/leds/Kconfig
parentdaa124b1fe992f27f96d89cde5923bb929e28c1c (diff)
leds-pca9633: Add support for PCA9634
Add support for PCA9634 chip, which belongs to the same family as the 9633 but with support for 8 outputs instead of 4. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index f2c738d02872..e7977aa3ee59 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -292,12 +292,13 @@ config LEDS_PCA955X
292 devices include PCA9550, PCA9551, PCA9552, and PCA9553. 292 devices include PCA9550, PCA9551, PCA9552, and PCA9553.
293 293
294config LEDS_PCA9633 294config LEDS_PCA9633
295 tristate "LED support for PCA9633 I2C chip" 295 tristate "LED support for PCA963x I2C chip"
296 depends on LEDS_CLASS 296 depends on LEDS_CLASS
297 depends on I2C 297 depends on I2C
298 help 298 help
299 This option enables support for LEDs connected to the PCA9633 299 This option enables support for LEDs connected to the PCA963x
300 LED driver chip accessed via the I2C bus. 300 LED driver chip accessed via the I2C bus. Supported
301 devices include PCA9633 and PCA9634
301 302
302config LEDS_WM831X_STATUS 303config LEDS_WM831X_STATUS
303 tristate "LED support for status LEDs on WM831x PMICs" 304 tristate "LED support for status LEDs on WM831x PMICs"