Lines Matching +full:led +full:- +full:1
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
9 can provide access to board-specific LEDs. Use of the device tree
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"
62 This option is an SPL-variant of the LED_GPIO option.
66 bool "Enable status LED API"
68 Allows common u-boot commands to use a board's leds to
81 default 1
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.
122 0 - off
123 1 - blinking
124 2 - on
131 The LED blink period calculated from LED_STATUS_FREQ:
133 Values range: 2 - 10
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_*
157 0 - off
158 1 - blinking
159 2 - on
166 The LED blink period calculated from LED_STATUS_FREQ1:
168 Values range: 2 - 10
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_*
192 0 - off
193 1 - blinking
194 2 - on
201 The LED blink period calculated from LED_STATUS_FREQ2:
203 Values range: 2 - 10
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_*
227 0 - off
228 1 - blinking
229 2 - on
236 The LED blink period calculated from LED_STATUS_FREQ3:
238 Values range: 2 - 10
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_*
262 0 - off
263 1 - blinking
264 2 - on
271 The LED blink period calculated from LED_STATUS_FREQ4:
273 Values range: 2 - 10
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_*
297 0 - off
298 1 - blinking
299 2 - on
306 The LED blink period calculated from LED_STATUS_FREQ5:
308 Values range: 2 - 10
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"