diff mbox

leds: fix the menuconfig being wrongly displayed

Message ID 1306991354-11890-1-git-send-email-eric.y.miao@gmail.com
State Accepted
Headers show

Commit Message

Eric Miao June 2, 2011, 5:09 a.m. UTC
From: Eric Miao <eric.miao@canonical.com>

Seems when a config option does not have a dependency of the menuconfig,
it messes the display of the rest configs, even if it's a hidden one.

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
---
 drivers/leds/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 23f0d5e..7066820 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -7,6 +7,8 @@  menuconfig NEW_LEDS
 	  This is not related to standard keyboard LEDs which are controlled
 	  via the input system.
 
+if NEW_LEDS
+
 config LEDS_CLASS
 	bool "LED Class Support"
 	depends on NEW_LEDS
@@ -21,8 +23,6 @@  config LEDS_GPIO_REGISTER
 	  As this function is used by arch code it must not be compiled as a
 	  module.
 
-if NEW_LEDS
-
 comment "LED drivers"
 
 config LEDS_88PM860X