Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 6876/1: Kconfig.debug: Remove unused CONFIG_DEBUG_ERRORS

This config option isn't actually used anywhere and can be safely
removed. The last user was traps.c before commit 082f47a ([ARM]
always allow dump_stack() to produce a backtrace, 2007-07-05).

Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Stephen Boyd and committed by
Russell King
b025a3f8 a84bd2ee

-11
-11
arch/arm/Kconfig.debug
··· 63 63 8 - SIGSEGV faults 64 64 16 - SIGBUS faults 65 65 66 - config DEBUG_ERRORS 67 - bool "Verbose kernel error messages" 68 - depends on DEBUG_KERNEL 69 - help 70 - This option controls verbose debugging information which can be 71 - printed when the kernel detects an internal error. This debugging 72 - information is useful to kernel hackers when tracking down problems, 73 - but mostly meaningless to other people. It's safe to say Y unless 74 - you are concerned with the code size or don't want to see these 75 - messages. 76 - 77 66 config DEBUG_STACK_USAGE 78 67 bool "Enable stack utilization instrumentation" 79 68 depends on DEBUG_KERNEL