Commit a1583d3e83cae1c58870602efc6328c34b644c01

Authored by Roman Zippel
Committed by Linus Torvalds
1 parent c87e2837be

[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>

Showing 1 changed file with 1 additions and 3 deletions Side-by-side Diff

... ... @@ -109,7 +109,6 @@
109 109  
110 110 config DEBUG_RT_MUTEXES
111 111 bool "RT Mutex debugging, deadlock detection"
112   - default y
113 112 depends on DEBUG_KERNEL && RT_MUTEXES
114 113 help
115 114 This allows rt mutex semantics violations and rt mutex related
... ... @@ -122,8 +121,7 @@
122 121  
123 122 config RT_MUTEX_TESTER
124 123 bool "Built-in scriptable tester for rt-mutexes"
125   - depends on RT_MUTEXES
126   - default n
  124 + depends on DEBUG_KERNEL && RT_MUTEXES
127 125 help
128 126 This option enables a rt-mutex tester.
129 127