arm64: remove redundant FRAME_POINTER kconfig option and force to select it
authorYang Shi <yang.shi@linaro.org>
Mon, 9 Nov 2015 18:09:55 +0000 (10:09 -0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 10 Nov 2015 10:36:00 +0000 (10:36 +0000)
commit2f34f173816c4d35b7bb225fed410585e55147fe
tree5ab1e4e945d767a8e29cf9109ab509977443ea08
parentfb226c3d7c77b4f99cee675795cc0e70937c56ee
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>
arch/arm64/Kconfig
arch/arm64/Kconfig.debug
This page took 0.025033 seconds and 5 git commands to generate.