mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASH
[oweals/u-boot.git] / drivers / led / Kconfig
index dc19f4fc40865c859fe7277eff2a8a5af4869e56..5643939348c1f10f2469d747a7c9088a634b8524 100644 (file)
@@ -20,6 +20,21 @@ 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_BCM6858
+       bool "LED Support for BCM6858"
+       depends on LED && (ARCH_BCM6858 || ARCH_BCM63158)
+       help
+         This option enables support for LEDs connected to the BCM6858
+         HW has blinking capabilities and up to 32 LEDs can be controlled.
+
 config LED_BLINK
        bool "Support LED blinking"
        depends on LED