:orphan: .. title:: CONFIG_MSG_COUNT_MAX .. kconfig:: CONFIG_MSG_COUNT_MAX CONFIG_MSG_COUNT_MAX #################### *Maximum number of messages in message queue* Type: ``int`` Help ==== .. code-block:: none Mention maximum number of messages in message queue in POSIX compliant application. Direct dependencies =================== \ :kconfig:`POSIX_MQUEUE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== At ``/posix/Kconfig:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:12`` Menu path: (Top) → Additional libraries → Enable POSIX message queue .. code-block:: kconfig config MSG_COUNT_MAX int "Maximum number of messages in message queue" default 16 depends on POSIX_MQUEUE help Mention maximum number of messages in message queue in POSIX compliant application. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*