:orphan: .. title:: CONFIG_MAX_DOMAIN_PARTITIONS .. kconfig:: CONFIG_MAX_DOMAIN_PARTITIONS CONFIG_MAX_DOMAIN_PARTITIONS ############################ *Maximum number of partitions per memory domain* Type: ``int`` Help ==== .. code-block:: none Configure the maximum number of partitions per memory domain. Direct dependencies =================== (\ :kconfig:`SOC_NSIM_HS_MPUV6 ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_HS_MPUV6 ` && \ :kconfig:`SOC_NSIM `) || \ :kconfig:`USERSPACE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 32 if \ :kconfig:`USERSPACE ` - 32 if \ :kconfig:`USERSPACE ` - 16 Kconfig definitions =================== At ``/arc/snps_nsim/Kconfig.defconfig.hs_mpuv6:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_nsim/Kconfig.defconfig:19`` Menu path: (Top) .. code-block:: kconfig config MAX_DOMAIN_PARTITIONS int default 32 if USERSPACE depends on SOC_NSIM_HS_MPUV6 && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.hs_mpuv6:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_nsim/Kconfig.defconfig:19`` Menu path: (Top) .. code-block:: kconfig config MAX_DOMAIN_PARTITIONS int default 32 if USERSPACE depends on SOC_NSIM_HS_MPUV6 && SOC_NSIM ---- At ``/Kconfig:725`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options .. code-block:: kconfig 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.)*