Skip to content

Commit 467c2fb

Browse files
Yong Cong SinChromeos LUCI
authored andcommitted
arch: arm64: remove CONFIG_ARM64_ENABLE_FRAME_POINTER
`CONFIG_ARM64_ENABLE_FRAME_POINTER` had been deprecated since zephyrproject-rtos#72646 for 2 releases and served not functional effect, it's now time to say goodbye. (cherry picked from commit ecc2b0f) Original-Signed-off-by: Yong Cong Sin <[email protected]> Original-Signed-off-by: Yong Cong Sin <[email protected]> GitOrigin-RevId: ecc2b0f Cr-Build-Id: 8724909411128659441 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8724909411128659441 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Ia68a31e47482cf89e72efc4bcc41b85152c842dd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6196368 Commit-Queue: ChromeOS Prod (Robot) <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]> Bot-Commit: ChromeOS Prod (Robot) <[email protected]>
1 parent f7ca4ad commit 467c2fb

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)