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

SOC_SERIES_RISCV_VIRT || (RISCV_PMP && RISCV)

(Includes any dependencies from ifs and menus.)

Defaults

  • 16

  • 8

Kconfig definitions

At <SoC>/riscv/riscv-privilege/virt/Kconfig.defconfig.series:39

Included via Kconfig:8Kconfig.zephyr:27<SoC>/riscv/riscv-privilege/Kconfig.defconfig:6

Menu path: (Top)

config PMP_SLOT
    int
    default 16
    depends on SOC_SERIES_RISCV_VIRT

At <Architecture>/riscv/core/pmp/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:39<Architecture>/Kconfig:12<Architecture>/riscv/Kconfig:147

Menu path: (Top) → RISCV Options → RISCV Processor Options → RISC-V PMP Support

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.)