aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorNikita Travkin <nikitos.tr@gmail.com>2020-05-11 16:11:28 +0500
committerPavel Machek <pavel@ucw.cz>2020-05-25 12:56:39 +0200
commit59ea3c9faf3235b66bc31ca883d59ce58b8b2b27 (patch)
tree75adc224f92d7fdb67fdaaae4bb6bde04dc03898 /drivers/leds/Kconfig
parentdt-bindings: leds: Add binding for aw2013 (diff)
downloadlinux-dev-59ea3c9faf3235b66bc31ca883d59ce58b8b2b27.tar.xz
linux-dev-59ea3c9faf3235b66bc31ca883d59ce58b8b2b27.zip
leds: add aw2013 driver
This commit adds support for AWINIC AW2013 3-channel LED driver. The chip supports 3 PWM channels and is controlled with I2C. Signed-off-by: Nikita Travkin <nikitos.tr@gmail.com> Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 9cdc4cfc5d11..ed943140e1fd 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -103,6 +103,16 @@ config LEDS_AS3645A
controller. V4L2 flash API is provided as well if
CONFIG_V4L2_FLASH_API is enabled.
+config LEDS_AW2013
+ tristate "LED support for Awinic AW2013"
+ depends on LEDS_CLASS && I2C && OF
+ help
+ This option enables support for the AW2013 3-channel
+ LED driver.
+
+ To compile this driver as a module, choose M here: the module
+ will be called leds-aw2013.
+
config LEDS_BCM6328
tristate "LED Support for Broadcom BCM6328"
depends on LEDS_CLASS