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.
Default¶
- “GSM” 
Kconfig definition¶
At <Zephyr Driver>/console/Kconfig:345
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol → Enable UART muxing (GSM 07.10) support [EXPERIMENTAL]
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.)