commit | 517e7aa5b022f9dc486639c7689666663daee24f | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Fri Jul 14 00:24:32 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jul 14 21:53:55 2006 -0700 |
tree | d2c9a6e25b59f495b880547284ff76b2d3813ed9 | |
parent | c3c36aa98f8e39544afb99025bb69bc1b48e9bf0 [diff] |
[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>