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

UART_MUX && CONSOLE

(Includes any dependencies from ifs and menus.)

Default

  • “GSM”

Kconfig definition

At <Zephyr>/drivers/console/Kconfig:349

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/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.)