dm: led: add BCM6358 led driver
[oweals/u-boot.git] / drivers / led / Kconfig
index dc19f4fc40865c859fe7277eff2a8a5af4869e56..5da5c4af3925804a31e0606c96a8572d87b59564 100644 (file)
@@ -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