From: Stephen Boyd Date: Tue, 1 Oct 2013 20:48:43 +0000 (+0100) Subject: arm64: Remove duplicate DEBUG_STACK_USAGE config X-Git-Tag: v3.12-rc4~18^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=09d3ce74d7d60f37d1b030886ec659bbfe2e73bf;p=karo-tx-linux.git arm64: Remove duplicate DEBUG_STACK_USAGE config This config item already exists generically in lib/Kconfig.debug. Remove the duplicate config in arm64. Signed-off-by: Stephen Boyd Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug index 1a6bfe954d49..835c559786bd 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