From: Robert P. J. Day Date: Tue, 8 May 2007 07:25:02 +0000 (-0700) Subject: kconfig: centralize the selection of semaphore debugging in lib/Kconfig.debug X-Git-Tag: v2.6.22-rc1~772 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c761c84154dcd952182e4867d841298c9eb0b14b;p=pandora-kernel.git kconfig: centralize the selection of semaphore debugging in lib/Kconfig.debug Remove the Kconfig selection of semaphore debugging from the ALPHA and FRV Kconfig files, and centralize it in lib/Kconfig.debug. There doesn't seem to be much point in letting individual architectures independently define the same Kconfig option when it can just as easily be put in a single Kconfig file and made dependent on a subset of architectures. that way, at least the option shows up in the same relative location in the menu each time. Signed-off-by: Robert P. J. Day Cc: David Howells Cc: Ivan Kokshaysky Cc: Richard Henderson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed