aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRoman Zippel <zippel@linux-m68k.org>2006-06-27 05:55:00 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-27 20:32:47 -0400
commita1583d3e83cae1c58870602efc6328c34b644c01 (patch)
tree4f26fb4e482d295ef7670143ddf7a86e58e1973a /lib
parentc87e2837be82df479a6bae9f155c43516d2feebc (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.debug4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 6afe0af0a19b..5330911ebd30 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -109,7 +109,6 @@ config DEBUG_MUTEXES
109 109
110config DEBUG_RT_MUTEXES 110config DEBUG_RT_MUTEXES
111 bool "RT Mutex debugging, deadlock detection" 111 bool "RT Mutex debugging, deadlock detection"
112 default y
113 depends on DEBUG_KERNEL && RT_MUTEXES 112 depends on DEBUG_KERNEL && RT_MUTEXES
114 help 113 help
115 This allows rt mutex semantics violations and rt mutex related 114 This allows rt mutex semantics violations and rt mutex related
@@ -122,8 +121,7 @@ config DEBUG_PI_LIST
122 121
123config RT_MUTEX_TESTER 122config RT_MUTEX_TESTER
124 bool "Built-in scriptable tester for rt-mutexes" 123 bool "Built-in scriptable tester for rt-mutexes"
125 depends on RT_MUTEXES 124 depends on DEBUG_KERNEL && RT_MUTEXES
126 default n
127 help 125 help
128 This option enables a rt-mutex tester. 126 This option enables a rt-mutex tester.
129 127