[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>
This commit is contained in:
Родитель
c87e2837be
Коммит
a1583d3e83
|
@ -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.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче