diff mbox

arm64: Remove duplicate DEBUG_STACK_USAGE config

Message ID 1380660523-19036-1-git-send-email-sboyd@codeaurora.org (mailing list archive)
State New, archived
Headers show

Commit Message

Stephen Boyd Oct. 1, 2013, 8:48 p.m. UTC
This config item already exists generically in lib/Kconfig.debug.
Remove the duplicate config in arm64.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 arch/arm64/Kconfig.debug | 7 -------
 1 file changed, 7 deletions(-)

Comments

Catalin Marinas Oct. 2, 2013, 5:03 p.m. UTC | #1
On Tue, Oct 01, 2013 at 09:48:43PM +0100, Stephen Boyd wrote:
> This config item already exists generically in lib/Kconfig.debug.
> Remove the duplicate config in arm64.
> 
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

Thanks. Applied.
diff mbox

Patch

diff --git a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug
index 1a6bfe9..835c5597 100644
--- a/arch/arm64/Kconfig.debug
+++ b/arch/arm64/Kconfig.debug
@@ -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