diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-02-01 07:36:28 +0100 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-02-27 18:56:55 +0100 |
commit | a59ce6584d566847980f9dcad5343cd9856145c8 (patch) | |
tree | 5d940cf8bb5bc9489350243cb689375316997def /drivers/leds/Kconfig | |
parent | leds: Turn off led if blinking is disabled (diff) | |
download | linux-a59ce6584d566847980f9dcad5343cd9856145c8.tar.xz linux-a59ce6584d566847980f9dcad5343cd9856145c8.zip |
leds: leds-mc13783: Add MC34708 LED support
This patch adds support for two LEDs on MC34708 PMIC.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 72156c123033..93466d215706 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -416,7 +416,7 @@ config LEDS_MC13783 depends on MFD_MC13XXX help This option enable support for on-chip LED drivers found - on Freescale Semiconductor MC13783/MC13892 PMIC. + on Freescale Semiconductor MC13783/MC13892/MC34708 PMIC. config LEDS_NS2 tristate "LED support for Network Space v2 GPIO LEDs" |