:orphan: .. title:: CONFIG_IPM_CONSOLE_LINE_BUF_LEN .. kconfig:: CONFIG_IPM_CONSOLE_LINE_BUF_LEN CONFIG_IPM_CONSOLE_LINE_BUF_LEN ############################### *IPM console line buffer length* Type: ``int`` Help ==== .. code-block:: none IPM console line buffer length specify amount of the buffer where characters are stored before sending the whole line. Direct dependencies =================== \ :kconfig:`IPM_CONSOLE ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 128 Kconfig definition ================== At ``/console/Kconfig:195`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Inter-processor Mailbox console .. code-block:: kconfig config IPM_CONSOLE_LINE_BUF_LEN int "IPM console line buffer length" default 128 depends on IPM_CONSOLE && CONSOLE help IPM console line buffer length specify amount of the buffer where characters are stored before sending the whole line. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*