projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89c3a0
)
dm: led: Add a missing blank line in the Kconfig file
author
Simon Glass
<sjg@chromium.org>
Mon, 10 Apr 2017 17:34:52 +0000
(11:34 -0600)
committer
Simon Glass
<sjg@chromium.org>
Sat, 15 Apr 2017 01:38:57 +0000
(19:38 -0600)
There should be a blank line between each option. Add one before LED_GPIO.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ziping Chen <techping.chan@gmail.com>
drivers/led/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/led/Kconfig
b/drivers/led/Kconfig
index 609b1fa3fe92a583424d393808c9661c3f716b8f..0ef45bc06a2502f922b1b9656c006c11de589d9a 100644
(file)
--- a/
drivers/led/Kconfig
+++ b/
drivers/led/Kconfig
@@
-17,6
+17,7
@@
config SPL_LED
If this is acceptable and you have a need to use LEDs in SPL,
enable this option. You will need to enable device tree in SPL
for this to work.
+
config LED_GPIO
bool "LED support for GPIO-connected LEDs"
depends on LED && DM_GPIO