summaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-08-16 11:25:10 +0200
committerJacek Anaszewski <j.anaszewski@samsung.com>2016-08-16 22:37:26 +0200
commit7f866986e7052197396d8a663fa009209af18aee (patch)
tree79bf1abd62cc82aaacd3843abf11a0d5ac60afb8 /drivers/leds/Kconfig
parent9a6b1f608acd0948acbfc7ddafaf27bc00293302 (diff)
downloadop-kernel-dev-7f866986e7052197396d8a663fa009209af18aee.zip
op-kernel-dev-7f866986e7052197396d8a663fa009209af18aee.tar.gz
leds: add PM8058 LEDs driver
This adds a driver for the six PM8058 LEDs, three ordinary LEDs, two "flash" LEDs and one "keypad" LED. The "keypad" and "flash" LEDs are not really hard-wired to these usecases: for example on the APQ8060 Dragonboard, the "keypad" LED is instead used to drive an IR LED used for the proximity sensor. The "flash" LEDs are just ordinary high-current LED drivers. Cc: linux-arm-msm@vger.kernel.org Cc: Andy Gross <andy.gross@linaro.org> Cc: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 6df9a2f..969c720 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -643,6 +643,14 @@ config LEDS_VERSATILE
This option enabled support for the LEDs on the ARM Versatile
and RealView boards. Say Y to enabled these.
+config LEDS_PM8058
+ tristate "LED Support for the Qualcomm PM8058 PMIC"
+ depends on MFD_PM8921_CORE
+ depends on LEDS_CLASS
+ help
+ Choose this option if you want to use the LED drivers in
+ the Qualcomm PM8058 PMIC.
+
comment "LED Triggers"
source "drivers/leds/trigger/Kconfig"
OpenPOWER on IntegriCloud