:orphan: .. title:: MAX_DOMAIN_PARTITIONS .. option:: 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 =================== \ :option:`USERSPACE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== At ``/Kconfig:717`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` 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.)*