Skip to content

Commit

Permalink
arm64: Remove duplicate DEBUG_STACK_USAGE config
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Catalin Marinas committed Oct 2, 2013
1 parent 4eb507b commit 09d3ce7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/arm64/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09d3ce7

Please sign in to comment.