diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-07-21 17:44:49 -0700 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-08-25 08:41:56 +0100 |
commit | 7ddbc2423c3301280b883bbb04b998203f30312c (patch) | |
tree | ae41f93655fd5a8bdd920363479934653d06cb51 /drivers/leds/Kconfig | |
parent | fe009175ae3ec3724c1414440e22a1d32d806ec5 (diff) | |
download | op-kernel-dev-7ddbc2423c3301280b883bbb04b998203f30312c.zip op-kernel-dev-7ddbc2423c3301280b883bbb04b998203f30312c.tar.gz |
backlight: pm8941-wled: Move PM8941 WLED driver to backlight
The Qualcomm PM8941 WLED block is used for backlight and should therefor
be in the backlight framework and not in the LED framework. This moves
the driver and adapts to the backlight api instead.
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Tested-by: Rob Clark <robdclark@gmail.com>
Acked-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 9ad35f7..b8d4b96 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -578,14 +578,6 @@ config LEDS_VERSATILE This option enabled support for the LEDs on the ARM Versatile and RealView boards. Say Y to enabled these. -config LEDS_PM8941_WLED - tristate "LED support for the Qualcomm PM8941 WLED block" - depends on LEDS_CLASS - select REGMAP - help - This option enables support for the 'White' LED block - on Qualcomm PM8941 PMICs. - comment "LED Triggers" source "drivers/leds/trigger/Kconfig" |