From: Simon Glass Date: Mon, 10 Apr 2017 17:34:52 +0000 (-0600) Subject: dm: led: Add a missing blank line in the Kconfig file X-Git-Tag: v2025.01-rc5-pxa1908~7173^2~13 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=9b36f748162e3d09b16df5b7c670d183292ecdc1;p=u-boot.git 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 Reviewed-by: Ziping Chen --- diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig index 609b1fa3fe..0ef45bc06a 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