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:
parent
6de21fc1d2
commit
e912a95355
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue