-
CONFIG_MAX_DOMAIN_PARTITIONS
¶
Maximum number of partitions per memory domain
Type: int
Help¶
Configure the maximum number of partitions per memory domain.
Default¶
16
Kconfig definition¶
At <Zephyr>/kernel/Kconfig:709
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.)