Commit a1583d3e authored by Roman Zippel's avatar Roman Zippel Committed by Linus Torvalds

[PATCH] fix rt-mutex defaults and dependencies

Fix defaults and dependencies.
Signed-off-by: default avatarRoman Zippel <zippel@linux-m68k.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c87e2837
...@@ -109,7 +109,6 @@ config DEBUG_MUTEXES ...@@ -109,7 +109,6 @@ config DEBUG_MUTEXES
config DEBUG_RT_MUTEXES config DEBUG_RT_MUTEXES
bool "RT Mutex debugging, deadlock detection" bool "RT Mutex debugging, deadlock detection"
default y
depends on DEBUG_KERNEL && RT_MUTEXES depends on DEBUG_KERNEL && RT_MUTEXES
help help
This allows rt mutex semantics violations and rt mutex related This allows rt mutex semantics violations and rt mutex related
...@@ -122,8 +121,7 @@ config DEBUG_PI_LIST ...@@ -122,8 +121,7 @@ config DEBUG_PI_LIST
config RT_MUTEX_TESTER config RT_MUTEX_TESTER
bool "Built-in scriptable tester for rt-mutexes" bool "Built-in scriptable tester for rt-mutexes"
depends on RT_MUTEXES depends on DEBUG_KERNEL && RT_MUTEXES
default n
help help
This option enables a rt-mutex tester. This option enables a rt-mutex tester.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment