Lines Matching full: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 "Support LED blinking"
33 depends on LED
41 bool "Enable LED support in SPL"
44 The LED subsystem adds a small amount of overhead to the image.
50 bool "LED support for GPIO-connected LEDs"
51 depends on LED && DM_GPIO
59 bool "LED support for GPIO-connected LEDs in SPL"
66 bool "Enable status LED API"
90 bool "GPIO status LED implementation"
92 The status LED can be connected to a GPIO pin. In such cases, the
93 gpio_led driver can be used as a status LED backend implementation.
99 LED support is only for a specific board.
104 bool "Enable status LED 0"
112 which LED is being acted on. As such, the chosen value must be unique
114 to a physical LED is the responsibility of the __led_* function.
131 The LED blink period calculated from LED_STATUS_FREQ:
138 bool "Enable status LED 1"
146 identify which LED is being acted on. As such, the chosen value must
148 the value to a physical LED is the responsibility of the __led_*
166 The LED blink period calculated from LED_STATUS_FREQ1:
173 bool "Enable status LED 2"
181 identify which LED is being acted on. As such, the chosen value must
183 the value to a physical LED is the responsibility of the __led_*
201 The LED blink period calculated from LED_STATUS_FREQ2:
208 bool "Enable status LED 3"
216 identify which LED is being acted on. As such, the chosen value must
218 the value to a physical LED is the responsibility of the __led_*
236 The LED blink period calculated from LED_STATUS_FREQ3:
243 bool "Enable status LED 4"
251 identify which LED is being acted on. As such, the chosen value must
253 the value to a physical LED is the responsibility of the __led_*
271 The LED blink period calculated from LED_STATUS_FREQ4:
278 bool "Enable status LED 5"
286 identify which LED is being acted on. As such, the chosen value must
288 the value to a physical LED is the responsibility of the __led_*
306 The LED blink period calculated from LED_STATUS_FREQ5:
313 bool "Enable BOOT LED"
315 Enable to turn an LED on when the board is booting.
320 int "LED to light when the board is booting"
322 Valid enabled LED device number.
327 bool "Enable red LED"
329 Enable red status LED.
334 int "Red LED identification"
336 Valid enabled LED device number.
341 bool "Enable yellow LED"
343 Enable yellow status LED.
348 int "Yellow LED identification"
350 Valid enabled LED device number.
355 bool "Enable blue LED"
357 Enable blue status LED.
362 int "Blue LED identification"
364 Valid enabled LED device number.
369 bool "Enable green LED"
371 Enable green status LED.
376 int "Green LED identification"
378 Valid enabled LED device number (0-5).
383 bool "Enable status LED commands"