CONFIG_GSM_MUX

Enable GSM 07.10 muxing protocol

Type: bool

Help

Enable GSM 07.10 muxing protocol defined in https://www.etsi.org/deliver/etsi_ts/101300_101399/101369/07.01.00_60/ts_101369v070100p.pdf The muxing protocol allows GSM modem to share the same UART for both the PPP data and AT commands.

Direct dependencies

CONSOLE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/console/Kconfig.gsm_mux:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:14<Zephyr>/drivers/console/Kconfig:330

Menu path: (Top) → Device Drivers → Console drivers

config GSM_MUX
    bool "Enable GSM 07.10 muxing protocol"
    depends on CONSOLE
    help
      Enable GSM 07.10 muxing protocol defined in
      https://www.etsi.org/deliver/etsi_ts/101300_101399/101369/07.01.00_60/ts_101369v070100p.pdf
      The muxing protocol allows GSM modem to share the same UART for both
      the PPP data and AT commands.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)