https://github.com/torvalds/linux
Revision be5ce2f1c93295711be4ae5565f9194ed9776ea7 authored by Uwe Kleine-König on 15 June 2011, 22:08:31 UTC, committed by Linus Torvalds on 16 June 2011, 03:04:00 UTC
Commit 4440673a95e6 ("leds: provide helper to register "leds-gpio"
devices") broke the display of the NEW_LEDS menu as it didn't depend on
NEW_LEDS and so made "LED drivers" and "LED Triggers" appear at the same
level as "LED Support" instead of below it as it was before 4440673a.

Moving LEDS_GPIO_REGISTER out of the menuconfig NEW_LEDS fixes this
unintended side effect.

Reported-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 9d8f776
Raw File
Tip revision: be5ce2f1c93295711be4ae5565f9194ed9776ea7 authored by Uwe Kleine-König on 15 June 2011, 22:08:31 UTC
leds: move LEDS_GPIO_REGISTER out of menuconfig NEW_LEDS
Tip revision: be5ce2f
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top