CONFIG_MAX_DOMAIN_PARTITIONS

Maximum number of partitions per memory domain

Type: int

Help

Configure the maximum number of partitions per memory domain.

Direct dependencies

(SOC_NSIM_HS_MPUV6 && SOC_NSIM) || (SOC_NSIM_HS_MPUV6 && SOC_NSIM) || USERSPACE

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig.hs_mpuv6:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig:19

Menu path: (Top)

config MAX_DOMAIN_PARTITIONS
    int
    default 32 if USERSPACE
    depends on SOC_NSIM_HS_MPUV6 && SOC_NSIM

At <Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig.hs_mpuv6:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig:19

Menu path: (Top)

config MAX_DOMAIN_PARTITIONS
    int
    default 32 if USERSPACE
    depends on SOC_NSIM_HS_MPUV6 && SOC_NSIM

At <Zephyr>/kernel/Kconfig:748

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40

Menu path: (Top) → General Kernel Options

config MAX_DOMAIN_PARTITIONS
    int "Maximum number of partitions per memory domain"
    range 0 255
    default 16
    depends on USERSPACE
    help
      Configure the maximum number of partitions per memory domain.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)