diff options
author | Sean Wang <sean.wang@mediatek.com> | 2017-03-20 14:47:26 +0800 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2017-03-21 20:13:19 +0100 |
commit | 216ec6cc4c1939050e91ff2834db1b2e0392e576 (patch) | |
tree | 543b5728048b8cb39663aa6fea75cfa6ac0ee387 /drivers/leds/Kconfig | |
parent | 7ea79ae86c28e729d51fa5703b093d27cca25217 (diff) | |
download | blackbird-obmc-linux-216ec6cc4c1939050e91ff2834db1b2e0392e576.tar.gz blackbird-obmc-linux-216ec6cc4c1939050e91ff2834db1b2e0392e576.zip |
leds: Add LED support for MT6323 PMIC
MT6323 PMIC is a multi-function device that includes LED function.
It allows attaching up to 4 LEDs which can either be on, off or dimmed
and/or blinked with the controller.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 6a88474b2970..e9ba04dcb7cf 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -126,6 +126,14 @@ config LEDS_MIKROTIK_RB532 This option enables support for the so called "User LED" of Mikrotik's Routerboard 532. +config LEDS_MT6323 + tristate "LED Support for Mediatek MT6323 PMIC" + depends on LEDS_CLASS + depends on MFD_MT6397 + help + This option enables support for on-chip LED drivers found on + Mediatek MT6323 PMIC. + config LEDS_S3C24XX tristate "LED Support for Samsung S3C24XX GPIO LEDs" depends on LEDS_CLASS |