summaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2017-03-24 04:47:32 -0400
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2017-03-29 15:02:27 -0400
commitcd3b0b05328e4791c1c5a4edd91599f409bd645f (patch)
tree6246b66eae9e60d94e9c894cbcdc0036df9c9725 /drivers/leds/Kconfig
parente631bf9caac5d735bccdbe02f6084a02e148e9cb (diff)
leds: cpcap: new driver
Motorola CPCAP is a PMIC (power management integrated circuit) found in multiple smartphones. This driver adds support for the chip's LED controllers. This introduces support for all controllers used by the Droid 4. According to Motorola's driver (no datasheets available) there a couple of more LED controllers. I did not add support for them, since I cannot verify that they work with my modifications. Signed-off-by: Sebastian Reichel <sre@kernel.org> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 8075d2ebccff..6c2999872090 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -76,6 +76,15 @@ config LEDS_BCM6358
76 This option enables support for LEDs connected to the BCM6358 76 This option enables support for LEDs connected to the BCM6358
77 LED HW controller accessed via MMIO registers. 77 LED HW controller accessed via MMIO registers.
78 78
79config LEDS_CPCAP
80 tristate "LED Support for Motorola CPCAP"
81 depends on LEDS_CLASS
82 depends on MFD_CPCAP
83 depends on OF
84 help
85 This option enables support for LEDs offered by Motorola's
86 CPCAP PMIC.
87
79config LEDS_LM3530 88config LEDS_LM3530
80 tristate "LCD Backlight driver for LM3530" 89 tristate "LCD Backlight driver for LM3530"
81 depends on LEDS_CLASS 90 depends on LEDS_CLASS