From a1583d3e83cae1c58870602efc6328c34b644c01 Mon Sep 17 00:00:00 2001 From: Roman Zippel Date: Tue, 27 Jun 2006 02:55:00 -0700 Subject: [PATCH] fix rt-mutex defaults and dependencies Fix defaults and dependencies. Signed-off-by: Roman Zippel Cc: Thomas Gleixner Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- lib/Kconfig.debug | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/Kconfig.debug') 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 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. -- cgit v1.2.3-59-g8ed1b