diff options
author | Nikita Travkin <nikitos.tr@gmail.com> | 2020-05-11 13:11:28 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2020-05-25 12:56:39 +0200 |
commit | 59ea3c9faf3235b66bc31ca883d59ce58b8b2b27 (patch) | |
tree | 75adc224f92d7fdb67fdaaae4bb6bde04dc03898 /drivers/leds/Kconfig | |
parent | dt-bindings: leds: Add binding for aw2013 (diff) | |
download | linux-59ea3c9faf3235b66bc31ca883d59ce58b8b2b27.tar.xz linux-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/Kconfig | 10 |
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 |