diff options
author | Yang Shi <yang.shi@linaro.org> | 2015-11-09 13:09:55 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2015-11-10 05:36:00 -0500 |
commit | 2f34f173816c4d35b7bb225fed410585e55147fe (patch) | |
tree | 5ab1e4e945d767a8e29cf9109ab509977443ea08 /arch/arm64/Kconfig.debug | |
parent | fb226c3d7c77b4f99cee675795cc0e70937c56ee (diff) |
arm64: remove redundant FRAME_POINTER kconfig option and force to select it
FRAME_POINTER is defined in lib/Kconfig.debug, it is unnecessary to redefine it
in arch/arm64/Kconfig.debug.
ARM64 depends on frame pointer to get correct stack trace (also selecting
ARCH_WANT_FRAME_POINTERS). However, the lib/Kconfig.debug definition allows
such option to be disabled. This patch forces FRAME_POINTER always on on arm64.
Signed-off-by: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig.debug')
-rw-r--r-- | arch/arm64/Kconfig.debug | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug index c24d6adc0420..04fb73b973f1 100644 --- a/arch/arm64/Kconfig.debug +++ b/arch/arm64/Kconfig.debug | |||
@@ -2,10 +2,6 @@ menu "Kernel hacking" | |||
2 | 2 | ||
3 | source "lib/Kconfig.debug" | 3 | source "lib/Kconfig.debug" |
4 | 4 | ||
5 | config FRAME_POINTER | ||
6 | bool | ||
7 | default y | ||
8 | |||
9 | config ARM64_PTDUMP | 5 | config ARM64_PTDUMP |
10 | bool "Export kernel pagetable layout to userspace via debugfs" | 6 | bool "Export kernel pagetable layout to userspace via debugfs" |
11 | depends on DEBUG_KERNEL | 7 | depends on DEBUG_KERNEL |