:orphan: .. title:: UART_MUX_INIT_PRIORITY .. option:: CONFIG_UART_MUX_INIT_PRIORITY *Init priority* Type: ``int`` Help ==== .. code-block:: none Device driver initialization priority. UART mux has to be initialized after the UART driver it uses. Direct dependencies =================== \ :option:`UART_MUX ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 95 Kconfig definition ================== At ``/console/Kconfig:364`` 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_INIT_PRIORITY int "Init priority" default 95 depends on UART_MUX && CONSOLE help Device driver initialization priority. UART mux has to be initialized after the UART driver it uses. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*