[PATCH] let the the lockdep options depend on DEBUG_KERNEL
authorAdrian Bunk <bunk@stusta.de>
Fri, 14 Jul 2006 07:24:32 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 15 Jul 2006 04:53:55 +0000 (21:53 -0700)
commit517e7aa5b022f9dc486639c7689666663daee24f
treed2c9a6e25b59f495b880547284ff76b2d3813ed9
parentc3c36aa98f8e39544afb99025bb69bc1b48e9bf0
[PATCH] let the the lockdep options depend on DEBUG_KERNEL

The lockdep options should depend on DEBUG_KERNEL since:
- they are kernel debugging options and
- they do otherwise break the DEBUG_KERNEL menu structure

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
lib/Kconfig.debug