:orphan: .. title:: MAX_DOMAIN_PARTITIONS .. option:: 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 =================== \ :option:`USERSPACE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:710`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options .. parsed-literal:: config MAX_DOMAIN_PARTITIONS int "Maximum number of partitions per memory domain" range 0 255 default 16 depends on \ :option:`USERSPACE ` help Configure the maximum number of partitions per memory domain. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*