:orphan: .. title:: PMP_STACK_GUARD .. option:: CONFIG_PMP_STACK_GUARD *Thread Stack Guard* Type: ``bool`` Help ==== Enable Thread Stack Guards via PMP Direct dependencies =================== \ :option:`RISCV_PMP ` && \ :option:`RISCV ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``arch/riscv/core/pmp/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` → ``arch/riscv/Kconfig:130`` Menu path: (Top) → RISCV Options → RISCV Processor Options → RISC-V PMP Support .. parsed-literal:: config PMP_STACK_GUARD bool "Thread Stack Guard" default n depends on \ :option:`RISCV_PMP ` && \ :option:`RISCV ` help Enable Thread Stack Guards via PMP *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*