:orphan: .. title:: CONFIG_UART_MUX_RINGBUF_SIZE .. kconfig:: CONFIG_UART_MUX_RINGBUF_SIZE CONFIG_UART_MUX_RINGBUF_SIZE ############################ *UART mux ring buffer size* Type: ``int`` Help ==== .. code-block:: none UART mux ring buffer size when passing data from RX ISR to worker thread that will do the unmuxing. Direct dependencies =================== \ :kconfig:`UART_MUX ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 256 Kconfig definition ================== At ``/console/Kconfig:353`` 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_RINGBUF_SIZE int "UART mux ring buffer size" default 256 depends on UART_MUX && CONSOLE help UART mux ring buffer size when passing data from RX ISR to worker thread that will do the unmuxing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*