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 <Zephyr>/kernel/Kconfig:732

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.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.)