CONFIG_RISCV_SOC_INIT_GP_VALUE¶
Enable SOC-based global pointer register initialization
Type: bool
Help¶
Enable SOC-based pointer register initialization
(call __soc_get_gp_initial_value when initializing a thread)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/arch/riscv/Kconfig:93
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:37
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → RISCV Options → RISCV Processor Options
config RISCV_SOC_INIT_GP_VALUE
bool "Enable SOC-based global pointer register initialization"
depends on RISCV
help
Enable SOC-based pointer register initialization
(call __soc_get_gp_initial_value when initializing a thread)
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)