:orphan: .. title:: UART_MUX_RX_PRIORITY .. option:: CONFIG_UART_MUX_RX_PRIORITY *RX workqueue thread priority* Type: ``int`` Help ==== .. code-block:: none Sets the priority of the RX workqueue thread. Direct dependencies =================== \ :option:`UART_MUX ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 7 Kconfig definition ================== At ``/console/Kconfig:415`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/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_PRIORITY int "RX workqueue thread priority" default 7 depends on UART_MUX && CONSOLE help Sets the priority of the RX workqueue thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*