aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/Kconfig.debug
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-04-12 22:36:03 -0700
committerDavid S. Miller <davem@davemloft.net>2010-04-12 22:36:03 -0700
commitddacd0bc70fe724eba2b5967dd5b68e10d41486c (patch)
tree43d80d0c693aaf66cc968b748ad0b92d62c7f602 /arch/sparc/Kconfig.debug
parent63b754957371c23b7515399a977a2e1d361a036c (diff)
sparc64: Kill CONFIG_STACK_DEBUG code.
The generic stack tracer does this job just as well. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig.debug')
-rw-r--r--arch/sparc/Kconfig.debug5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sparc/Kconfig.debug b/arch/sparc/Kconfig.debug
index 9d3c889718a..1b4a831565f 100644
--- a/arch/sparc/Kconfig.debug
+++ b/arch/sparc/Kconfig.debug
@@ -19,13 +19,10 @@ config DEBUG_DCFLUSH
bool "D-cache flush debugging"
depends on SPARC64 && DEBUG_KERNEL
-config STACK_DEBUG
- bool "Stack Overflow Detection Support"
-
config MCOUNT
bool
depends on SPARC64
- depends on STACK_DEBUG || FUNCTION_TRACER
+ depends on FUNCTION_TRACER
default y
config FRAME_POINTER