diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-08-11 11:51:09 +0200 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2024-09-10 10:10:43 +0800 |
| commit | aeff27c0aa48de2a64603ef6c4c9d0561de8a754 (patch) | |
| tree | d742d52a2313aeb3a2659b1a80be5cc7363a5b82 | |
| parent | bbbb2ef4a7e8ea2f0300765b4a560053e5ffa669 (diff) | |
riscv: CONFIG_SPL_FRAMEPOINTER must depend on CONFIG_SPL
The CONFIG_SPL_FRAMEPOINTER symbol is only relevant in SPL.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Reviewed-by: Ben Dooks <[email protected]>
| -rw-r--r-- | arch/riscv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index fa3b016c527..4e228a659f2 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -133,6 +133,7 @@ config FRAMEPOINTER config SPL_FRAMEPOINTER bool "Build SPL with frame pointer for stack unwinding" + depends on SPL help Choose this option to use the frame pointer so the stack can be unwound if needed. This is useful for tracing where faults came |
