summaryrefslogtreecommitdiffstats
path: root/drivers/led
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-12 07:31:50 +0900
committerTom Rini <trini@konsulko.com>2015-08-18 13:46:03 -0400
commitf0cd2454488fcceacc89bd1214e8a54ff581c2ba (patch)
treea50008757c98cf20c108950e71b223362912726f /drivers/led
parent26d5fa805d07bc6beec27e235bde1ef3a12ff071 (diff)
downloadblackbird-obmc-uboot-f0cd2454488fcceacc89bd1214e8a54ff581c2ba.tar.gz
blackbird-obmc-uboot-f0cd2454488fcceacc89bd1214e8a54ff581c2ba.zip
led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/led')
-rw-r--r--drivers/led/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig
index b21bc94748..2987337219 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
OpenPOWER on IntegriCloud