diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-11-09 10:16:16 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-11-30 07:24:47 -0500 |
commit | eb8b0afc3a228cf6e0e1f9045127da3e72a6866b (patch) | |
tree | 6292e622b778f2ba510dbe3a6d981cfaceb1cec0 /arch/arm/Kconfig.debug | |
parent | 80bcddc19d08a6eee99fb1bf3470ad6257af8721 (diff) |
[ARM] Remove DEBUG_WAITQ
DEBUG_WAITQ appears to have been removed by others, but no one
removed the configuration option from ARM. Remote it from both
Kconfig.debug and all default configurations.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index d22f38b957db..40c5eb1f55c7 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -32,10 +32,6 @@ config DEBUG_USER | |||
32 | 8 - SIGSEGV faults | 32 | 8 - SIGSEGV faults |
33 | 16 - SIGBUS faults | 33 | 16 - SIGBUS faults |
34 | 34 | ||
35 | config DEBUG_WAITQ | ||
36 | bool "Wait queue debugging" | ||
37 | depends on DEBUG_KERNEL | ||
38 | |||
39 | config DEBUG_ERRORS | 35 | config DEBUG_ERRORS |
40 | bool "Verbose kernel error messages" | 36 | bool "Verbose kernel error messages" |
41 | depends on DEBUG_KERNEL | 37 | depends on DEBUG_KERNEL |