arch: riscv: update the description of INCLUDE_RESET_VECTOR Kconfig

Update the description of the `INCLUDE_RESET_VECTOR` Kconfig so
that it is more clear to the user what it does.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
Yong Cong Sin 2024-06-28 14:02:27 +08:00 committed by Alberto Escolar
parent 6de21fc1d2
commit e912a95355

View file

@ -48,10 +48,11 @@ config RISCV_EXCEPTION_STACK_TRACE
menu "RISCV Processor Options"
config INCLUDE_RESET_VECTOR
bool "Include Reset vector"
bool "Jumps to __initialize directly"
help
Include the reset vector stub, which initializes the stack and
prepares for running C code.
Select 'y' here to use the Zephyr provided default implementation that
jumps to `__initialize` directly. Otherwise a SOC needs to provide its
custom `__reset` routine.
config RISCV_PRIVILEGED
bool