Skip to content
Snippets Groups Projects
Commit 9b36f748 authored by Simon Glass's avatar Simon Glass
Browse files

dm: led: Add a missing blank line in the Kconfig file


There should be a blank line between each option. Add one before LED_GPIO.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarZiping Chen <techping.chan@gmail.com>
parent a89c3a04
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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