diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-10-01 21:48:43 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2013-10-02 18:03:26 +0100 |
commit | 09d3ce74d7d60f37d1b030886ec659bbfe2e73bf (patch) | |
tree | 8d1dabcaa16c7b9da4dc432d26e80001e199ce72 /arch/arm64/Kconfig.debug | |
parent | 4eb507b874035873dafdb381e61935fed7a8ad85 (diff) | |
download | op-kernel-dev-09d3ce74d7d60f37d1b030886ec659bbfe2e73bf.zip op-kernel-dev-09d3ce74d7d60f37d1b030886ec659bbfe2e73bf.tar.gz |
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 <sboyd@codeaurora.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig.debug')
-rw-r--r-- | arch/arm64/Kconfig.debug | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug index 1a6bfe9..835c559 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 |