:orphan: .. title:: IPM_CONSOLE_LINE_BUF_LEN .. option:: CONFIG_IPM_CONSOLE_LINE_BUF_LEN *IPM console line buffer length* Type: ``int`` Help ==== IPM console line buffer length specify amount of the buffer where characters are stored before sending the whole line. Direct dependencies =================== \ :option:`IPM_CONSOLE ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 128 Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig:189`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Inter-processor Mailbox console .. parsed-literal:: config IPM_CONSOLE_LINE_BUF_LEN int "IPM console line buffer length" default 128 depends on \ :option:`IPM_CONSOLE ` && \ :option:`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.)*