-
CONFIG_RISCV_PMP
¶
RISC-V PMP Support
Type: bool
Help¶
MCU implements Physical Memory Protection. Memory protection against read-only area writing is natively supported on real HW.
Default¶
n
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/arch/riscv/Kconfig:116
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → RISCV Options → RISCV Processor Options
menuconfig RISCV_PMP bool "RISC-V PMP Support" default n selectTHREAD_STACK_INFO
selectMEMORY_PROTECTION
if !BOARD_QEMU_RISCV32
selectARCH_MEM_DOMAIN_SYNCHRONOUS_API
ifUSERSPACE
selectPMP_POWER_OF_TWO_ALIGNMENT
ifUSERSPACE
depends onRISCV
help MCU implements Physical Memory Protection. Memory protection against read-only area writing is natively supported on real HW.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)