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