:orphan: .. title:: CONFIG_UART_MUX_DEVICE_NAME .. kconfig:: CONFIG_UART_MUX_DEVICE_NAME CONFIG_UART_MUX_DEVICE_NAME ########################### *UART mux device name template* Type: ``string`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`UART_MUX ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - "GSM" Kconfig definition ================== At ``/console/Kconfig:321`` 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_DEVICE_NAME string "UART mux device name template" default "GSM" depends on UART_MUX && 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.)*