:orphan: .. title:: CONFIG_PMP_SLOT .. kconfig:: CONFIG_PMP_SLOT CONFIG_PMP_SLOT ############### *Number of PMP slot* Type: ``int`` Help ==== .. code-block:: none Depend of the arch/board. Take care to don't put value higher than the Hardware allow you. Direct dependencies =================== \ :kconfig:`RISCV_PMP ` && \ :kconfig:`RISCV ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== At ``/riscv/core/pmp/Kconfig:6`` 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_SLOT int "Number of PMP slot" default 8 depends on RISCV_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.)*