:orphan: .. title:: UART_MUX_DEVICE_NAME .. option:: CONFIG_UART_MUX_DEVICE_NAME *UART mux device name template* Type: ``string`` Help ==== Device name template for the UART mux Devices. First device would have name $(UART_MUX_DEVICE_NAME)_0, etc. User will access muxed UART using this name. Direct dependencies =================== \ :option:`UART_MUX ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - "GSM" Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig:350`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol → Enable UART muxing (GSM 07.10) support [EXPERIMENTAL] .. parsed-literal:: config UART_MUX_DEVICE_NAME string "UART mux device name template" default "GSM" depends on \ :option:`UART_MUX ` && \ :option:`CONSOLE ` help Device name template for the UART mux Devices. First device would have name $(UART_MUX_DEVICE_NAME)_0, etc. User will access muxed UART using this name. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*