Skip to content
Snippets Groups Projects
Commit 1df7bbba authored by Igor Grinberg's avatar Igor Grinberg Committed by Tom Rini
Browse files

README: document the CONFIG_GPIO_LED symbol


The CONFIG_GPIO_LED symbol does not have any documentation in the README
file. Document the CONFIG_GPIO_LED symbol.

Signed-off-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
parent 4b756b01
No related branches found
No related tags found
No related merge requests found
...@@ -1963,6 +1963,14 @@ CBFS (Coreboot Filesystem) support ...@@ -1963,6 +1963,14 @@ CBFS (Coreboot Filesystem) support
kernel). Defining CONFIG_STATUS_LED enables this kernel). Defining CONFIG_STATUS_LED enables this
feature in U-Boot. feature in U-Boot.
Additional options:
CONFIG_GPIO_LED
The status LED can be connected to a GPIO pin.
In such cases, the gpio_led driver can be used as a
status LED backend implementation. Define CONFIG_GPIO_LED
to include the gpio_led driver in the U-Boot binary.
- CAN Support: CONFIG_CAN_DRIVER - CAN Support: CONFIG_CAN_DRIVER
Defining CONFIG_CAN_DRIVER enables CAN driver support Defining CONFIG_CAN_DRIVER enables CAN driver support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment