-
CONFIG_PMP_STACK_GUARD
¶
Thread Stack Guard
Type: bool
Help¶
Enable Thread Stack Guards via PMP
Default¶
n
Kconfig definition¶
At <Zephyr>/arch/riscv/core/pmp/Kconfig:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/riscv/Kconfig:130
Menu path: (Top) → RISCV Options → RISCV Processor Options → RISC-V PMP Support
config PMP_STACK_GUARD bool "Thread Stack Guard" default n depends onRISCV_PMP
&&RISCV
help Enable Thread Stack Guards via PMP
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)