Skip to content

Commit

Permalink
[PATCH] fix rt-mutex defaults and dependencies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roman Zippel authored and Linus Torvalds committed Jun 28, 2006
1 parent c87e283 commit a1583d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit a1583d3

Please sign in to comment.