diff mbox

[U-Boot,1/3] README: document the CONFIG_GPIO_LED symbol

Message ID 1383865432-21801-2-git-send-email-grinberg@compulab.co.il
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Igor Grinberg Nov. 7, 2013, 11:03 p.m. UTC
The CONFIG_GPIO_LED symbol does not have any documentation in the README
file. Document the CONFIG_GPIO_LED symbol.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
---
 README | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Tom Rini Nov. 25, 2013, 9:56 p.m. UTC | #1
On Fri, Nov 08, 2013 at 01:03:50AM +0200, Igor Grinberg wrote:
> The CONFIG_GPIO_LED symbol does not have any documentation in the README
> file. Document the CONFIG_GPIO_LED symbol.
> 
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/README b/README
index 09662a4..55c71fa 100644
--- a/README
+++ b/README
@@ -1951,6 +1951,14 @@  CBFS (Coreboot Filesystem) support
 		kernel). Defining CONFIG_STATUS_LED enables this
 		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
 
 		Defining CONFIG_CAN_DRIVER enables CAN driver support