diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-10 11:34:52 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-04-14 19:38:57 -0600 |
commit | 9b36f748162e3d09b16df5b7c670d183292ecdc1 (patch) | |
tree | 8bdfa3de4fc43c7cd707c8e76aa1f81dbeb24fd8 /drivers/led | |
parent | a89c3a04bcb416102eaa0b7c398209dbc1c796a2 (diff) | |
download | u-boot-9b36f748162e3d09b16df5b7c670d183292ecdc1.zip u-boot-9b36f748162e3d09b16df5b7c670d183292ecdc1.tar.gz u-boot-9b36f748162e3d09b16df5b7c670d183292ecdc1.tar.bz2 |
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>
Diffstat (limited to 'drivers/led')
-rw-r--r-- | drivers/led/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig index 609b1fa..0ef45bc 100644 --- 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 |