Skip to content

Commit ecc2b0f

Browse files
ycsinkartben
authored andcommitted
arch: arm64: remove CONFIG_ARM64_ENABLE_FRAME_POINTER
`CONFIG_ARM64_ENABLE_FRAME_POINTER` had been deprecated since #72646 for 2 releases and served not functional effect, it's now time to say goodbye. Signed-off-by: Yong Cong Sin <[email protected]> Signed-off-by: Yong Cong Sin <[email protected]>
1 parent f930739 commit ecc2b0f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

arch/arm64/core/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,6 @@ config ARM64_SAFE_EXCEPTION_STACK
143143
used for user stack overflow checking, because kernel stack support
144144
the checking work.
145145

146-
config ARM64_ENABLE_FRAME_POINTER
147-
bool
148-
depends on OVERRIDE_FRAME_POINTER_DEFAULT && !OMIT_FRAME_POINTER
149-
depends on !FRAME_POINTER
150-
select DEPRECATED
151-
help
152-
Deprecated. Use CONFIG_FRAME_POINTER instead.
153-
Hidden option to simplify access to OVERRIDE_FRAME_POINTER_DEFAULT
154-
and OMIT_FRAME_POINTER. It is automatically enabled when the frame
155-
pointer unwinding is enabled.
156-
157146
config ARM64_EXCEPTION_STACK_TRACE
158147
bool
159148
default y

0 commit comments

Comments
 (0)