diff options
author | Álvaro Fernández Rojas | 2017-05-07 20:11:30 +0200 |
---|---|---|
committer | Daniel Schwierzeck | 2017-05-10 16:16:09 +0200 |
commit | 632889cfe5205b68b2d0fc597011adb051bd938b (patch) | |
tree | 74ff493acbb2e43a34f5fa53f4f99619d3b21677 /drivers/led/Kconfig | |
parent | 09e2a571505b8f5abbb8fbf7feabd5400e6a6969 (diff) |
dm: led: add BCM6358 led driver
This driver is a simplified version of linux/drivers/leds/leds-bcm6358.c
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/led/Kconfig')
-rw-r--r-- | drivers/led/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig index dc19f4fc408..5da5c4af392 100644 --- a/drivers/led/Kconfig +++ b/drivers/led/Kconfig @@ -20,6 +20,14 @@ config LED_BCM6328 means that if one LED is set to blink at 100ms and then a different LED is set to blink at 200ms, both will blink at 200ms. +config LED_BCM6358 + bool "LED Support for BCM6358" + depends on LED && ARCH_BMIPS + help + This option enables support for LEDs connected to the BCM6358 + LED HW controller accessed via MMIO registers. + HW has no blinking capabilities and up to 32 LEDs can be controlled. + config LED_BLINK bool "Support LED blinking" depends on LED |