Lines Matching refs:LED

1 menu "LED Support"
3 config LED config
4 bool "Enable LED support"
8 U-Boot provides a uclass API to implement this feature. LED drivers
13 bool "LED Support for BCM6328"
14 depends on LED && ARCH_BMIPS
17 LED HW controller accessed via MMIO registers.
20 means that if one LED is set to blink at 100ms and then a different
21 LED is set to blink at 200ms, both will blink at 200ms.
24 bool "LED Support for BCM6358"
25 depends on LED && ARCH_BMIPS
28 LED HW controller accessed via MMIO registers.
32 bool "LED Support for BCM6858"
33 depends on LED && (ARCH_BCM68360 || ARCH_BCM6858 || ARCH_BCM63158)
39 bool "LED Support for Cortina Access CAxxxx SoCs"
40 depends on LED && (CORTINA_PLATFORM)
47 bool "Support LED blinking"
48 depends on LED
56 bool "Enable LED support in SPL"
59 The LED subsystem adds a small amount of overhead to the image.
65 bool "LED support for GPIO-connected LEDs"
66 depends on LED && DM_GPIO
74 bool "LED support for GPIO-connected LEDs in SPL"
81 bool "Enable status LED API"
105 bool "GPIO status LED implementation"
107 The status LED can be connected to a GPIO pin. In such cases, the
108 gpio_led driver can be used as a status LED backend implementation.
114 LED support is only for a specific board.
119 bool "Enable status LED 0"
127 which LED is being acted on. As such, the chosen value must be unique
129 to a physical LED is the responsibility of the __led_* function.
146 The LED blink period calculated from LED_STATUS_FREQ:
153 bool "Enable status LED 1"
161 identify which LED is being acted on. As such, the chosen value must
163 the value to a physical LED is the responsibility of the __led_*
181 The LED blink period calculated from LED_STATUS_FREQ1:
188 bool "Enable status LED 2"
196 identify which LED is being acted on. As such, the chosen value must
198 the value to a physical LED is the responsibility of the __led_*
216 The LED blink period calculated from LED_STATUS_FREQ2:
223 bool "Enable status LED 3"
231 identify which LED is being acted on. As such, the chosen value must
233 the value to a physical LED is the responsibility of the __led_*
251 The LED blink period calculated from LED_STATUS_FREQ3:
258 bool "Enable status LED 4"
266 identify which LED is being acted on. As such, the chosen value must
268 the value to a physical LED is the responsibility of the __led_*
286 The LED blink period calculated from LED_STATUS_FREQ4:
293 bool "Enable status LED 5"
301 identify which LED is being acted on. As such, the chosen value must
303 the value to a physical LED is the responsibility of the __led_*
321 The LED blink period calculated from LED_STATUS_FREQ5:
328 bool "Enable BOOT LED"
330 Enable to turn an LED on when the board is booting.
335 int "LED to light when the board is booting"
337 Valid enabled LED device number.
342 bool "Enable red LED"
344 Enable red status LED.
349 int "Red LED identification"
351 Valid enabled LED device number.
356 bool "Enable yellow LED"
358 Enable yellow status LED.
363 int "Yellow LED identification"
365 Valid enabled LED device number.
370 bool "Enable blue LED"
372 Enable blue status LED.
377 int "Blue LED identification"
379 Valid enabled LED device number.
384 bool "Enable green LED"
386 Enable green status LED.
391 int "Green LED identification"
393 Valid enabled LED device number (0-5).
398 bool "Enable status LED commands"