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: Simon Glass <sjg@chromium.org> Reviewed-by: Ziping Chen <techping.chan@gmail.com>
This commit is contained in:
parent
a89c3a04bc
commit
9b36f74816
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user