-
CONFIG_PMP_SLOT
¶
Number of PMP slot
Type: int
Help¶
Depend of the arch/board. Take care to don’t put value higher than the Hardware allow you.
Default¶
8
Kconfig definition¶
At <Zephyr>/arch/riscv/core/pmp/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/riscv/Kconfig:129
Menu path: (Top) → RISCV Options → RISCV Processor Options → RISC-V PMP Support
config PMP_SLOT int "Number of PMP slot" default 8 depends onRISCV_PMP
&&RISCV
help Depend of the arch/board. Take care to don't put value higher than the Hardware allow you.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)