From 4195692bb4f22622bb9781958d2341b4f6fb716c Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Tue, 11 Oct 2016 14:29:27 -0600 Subject: [PATCH] Change "Board LED support" to "Board LED Status support" --- configs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/Kconfig b/configs/Kconfig index ca3b408285f..2b629c1a4f1 100644 --- a/configs/Kconfig +++ b/configs/Kconfig @@ -1501,7 +1501,7 @@ config ARCH_HAVE_LEDS bool config ARCH_LEDS - bool "Board LED support" + bool "Board LED Status support" default y depends on ARCH_HAVE_LEDS ---help---