From f0cd2454488fcceacc89bd1214e8a54ff581c2ba Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 12 Aug 2015 07:31:50 +0900 Subject: led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini Reviewed-by: Simon Glass --- drivers/led/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/led') diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig index b21bc947483..2987337219d 100644 --- a/drivers/led/Kconfig +++ b/drivers/led/Kconfig @@ -9,7 +9,7 @@ config LED can provide access to board-specific LEDs. Use of the device tree for configuration is encouraged. -config SPL_LED_SUPPORT +config SPL_LED bool "Enable LED support in SPL" depends on LED help -- cgit v1.3.1