diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2015-05-21 19:11:10 +0200 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2015-05-25 22:26:48 +0200 |
commit | 589fca16c14adec7ebeb601e22850826e18b8f8d (patch) | |
tree | de16c30eec41c38ca775a82c50ce2e76132e6d59 /drivers/leds/Kconfig | |
parent | leds: add DT binding for BCM6358 LED controller (diff) | |
download | linux-589fca16c14adec7ebeb601e22850826e18b8f8d.tar.xz linux-589fca16c14adec7ebeb601e22850826e18b8f8d.zip |
leds: add BCM6358 LED driver
This adds support for the LED controller on Broadcom's BCM6358.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index ec26dd18b891..86de046d4281 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -58,6 +58,14 @@ config LEDS_BCM6328 This option enables support for LEDs connected to the BCM6328 LED HW controller accessed via MMIO registers. +config LEDS_BCM6358 + tristate "LED Support for Broadcom BCM6358" + depends on LEDS_CLASS + depends on OF + help + This option enables support for LEDs connected to the BCM6358 + LED HW controller accessed via MMIO registers. + config LEDS_LM3530 tristate "LCD Backlight driver for LM3530" depends on LEDS_CLASS |