commit | 02770ad9637688bd9e3d430d5e19051ec6d93a3a | [log] [tgz] |
---|---|---|
author | Yong Cong Sin <ycsin@meta.com> | Sat May 25 14:16:42 2024 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jun 03 03:02:04 2024 -0700 |
tree | a435503e5dec874c84cc611df0d8b62ac28cf7b3 | |
parent | 190777dccf0577645284701f1c33c8c73ee1cf59 [diff] |
debug: EXCEPTION_STACK_TRACE should depend on arch Kconfigs Fix the dependencies of `CONFIG_EXCEPTION_STACK_TRACE`: - Architecture-specific Kconfig, i.e. `X86_EXCEPTION_STACK_TRACE`, will be enabled automatically when all the dependencies are met. - `EXCEPTION_STACK_TRACE` depends on architecture-specific Kconfig to be enabled. - The stack trace implementations should be compiled only if user enables `CONFIG_EXCEPTION_STACK_TRACE`. Signed-off-by: Yong Cong Sin <ycsin@meta.com>