The latest development version of this page may be more current than this released 2.5.0 version.
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

USERSPACE

(Includes any dependencies from ifs and menus.)

Default

  • 16

Kconfig definition

At kernel/Kconfig:710

Included via Kconfig:8Kconfig.zephyr:30

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