We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CONFIG_ARM64_ENABLE_FRAME_POINTER
1 parent f7ca4ad commit 467c2fbCopy full SHA for 467c2fb
arch/arm64/core/Kconfig
@@ -143,17 +143,6 @@ config ARM64_SAFE_EXCEPTION_STACK
143
used for user stack overflow checking, because kernel stack support
144
the checking work.
145
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
-
157
config ARM64_EXCEPTION_STACK_TRACE
158
bool
159
default y
0 commit comments