:orphan: .. title:: PMP_SLOT .. option:: 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. Direct dependencies =================== \ :option:`RISCV_PMP ` && \ :option:`RISCV ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== .. highlight:: kconfig At ``arch/riscv/core/pmp/Kconfig:6`` 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_SLOT int "Number of PMP slot" default 8 depends on \ :option:`RISCV_PMP ` && \ :option:`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.)*