diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2006-06-27 02:55:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-27 17:32:47 -0700 |
commit | a1583d3e83cae1c58870602efc6328c34b644c01 (patch) | |
tree | 4f26fb4e482d295ef7670143ddf7a86e58e1973a /lib | |
parent | c87e2837be82df479a6bae9f155c43516d2feebc (diff) |
[PATCH] fix rt-mutex defaults and dependencies
Fix defaults and dependencies.
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 6afe0af0a19..5330911ebd3 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -109,7 +109,6 @@ config DEBUG_MUTEXES config DEBUG_RT_MUTEXES bool "RT Mutex debugging, deadlock detection" - default y depends on DEBUG_KERNEL && RT_MUTEXES help This allows rt mutex semantics violations and rt mutex related @@ -122,8 +121,7 @@ config DEBUG_PI_LIST config RT_MUTEX_TESTER bool "Built-in scriptable tester for rt-mutexes" - depends on RT_MUTEXES - default n + depends on DEBUG_KERNEL && RT_MUTEXES help This option enables a rt-mutex tester. |