diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2015-04-28 09:50:50 -0700 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2015-05-04 11:22:28 -0700 |
commit | fd7b025a238d0a5440bfa26c585eb78097bf48dc (patch) | |
tree | ce56dd0c082dde201ed64cbb6213d0c13a72caf0 /drivers/leds/Kconfig | |
parent | 6e4b55e842a6cf3c5048b864c7a02f5a7a95ea3d (diff) | |
download | linux-fd7b025a238d0a5440bfa26c585eb78097bf48dc.tar.bz2 |
leds: add BCM6328 LED driver
This adds support for the LED controller on Broadcom's BCM6328.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
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 dd7834c32608..e2c034387871 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -50,6 +50,14 @@ config LEDS_AAT1290 help This option enables support for the LEDs on the AAT1290. +config LEDS_BCM6328 + tristate "LED Support for Broadcom BCM6328" + depends on LEDS_CLASS + depends on OF + help + This option enables support for LEDs connected to the BCM6328 + LED HW controller accessed via MMIO registers. + config LEDS_LM3530 tristate "LCD Backlight driver for LM3530" depends on LEDS_CLASS |