:orphan: .. title:: CONFIG_UART_MUX_RX_STACK_SIZE .. kconfig:: CONFIG_UART_MUX_RX_STACK_SIZE CONFIG_UART_MUX_RX_STACK_SIZE ############################# *Size of the stack allocated for receiving data from UART* Type: ``int`` Help ==== .. code-block:: none Sets the stack size which will be used by the PPP RX workqueue. Direct dependencies =================== \ :kconfig:`UART_MUX ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== At ``/console/Kconfig:383`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol → Enable UART muxing (GSM 07.10) support [EXPERIMENTAL] .. code-block:: kconfig config UART_MUX_RX_STACK_SIZE int "Size of the stack allocated for receiving data from UART" default 512 depends on UART_MUX && CONSOLE help Sets the stack size which will be used by the PPP RX workqueue. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*