From: Heinrich Schuchardt Date: Sun, 11 Aug 2024 09:51:09 +0000 (+0200) Subject: riscv: CONFIG_SPL_FRAMEPOINTER must depend on CONFIG_SPL X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=aeff27c0aa48de2a64603ef6c4c9d0561de8a754;p=u-boot.git riscv: CONFIG_SPL_FRAMEPOINTER must depend on CONFIG_SPL The CONFIG_SPL_FRAMEPOINTER symbol is only relevant in SPL. Signed-off-by: Heinrich Schuchardt Reviewed-by: Leo Yu-Chi Liang Reviewed-by: Ben Dooks --- diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index fa3b016c52..4e228a659f 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