arm64: Remove duplicate DEBUG_STACK_USAGE config
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 1 Oct 2013 20:48:43 +0000 (21:48 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 2 Oct 2013 17:03:26 +0000 (18:03 +0100)
This config item already exists generically in lib/Kconfig.debug.
Remove the duplicate config in arm64.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig.debug

index 1a6bfe9..835c559 100644 (file)
@@ -6,13 +6,6 @@ config FRAME_POINTER
        bool
        default y
 
-config DEBUG_STACK_USAGE
-       bool "Enable stack utilization instrumentation"
-       depends on DEBUG_KERNEL
-       help
-         Enables the display of the minimum amount of free stack which each
-         task has ever had available in the sysrq-T output.
-
 config EARLY_PRINTK
        bool "Early printk support"
        default y