:orphan: .. title:: NUM_PIPE_ASYNC_MSGS .. option:: CONFIG_NUM_PIPE_ASYNC_MSGS *Maximum number of in-flight asynchronous pipe messages* Type: ``int`` Help ==== This option specifies the total number of asynchronous pipe messages that can exist simultaneously, across all pipes in the system. Setting this option to 0 disables support for asynchronous pipe messages. Default ======= - 10 Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:485`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Other Kernel Object Options .. parsed-literal:: config NUM_PIPE_ASYNC_MSGS int "Maximum number of in-flight asynchronous pipe messages" default 10 help This option specifies the total number of asynchronous pipe messages that can exist simultaneously, across all pipes in the system. Setting this option to 0 disables support for asynchronous pipe messages. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*