:orphan: .. title:: GSM_MUX .. option:: 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 =================== \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig.gsm_mux:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` → ``drivers/console/Kconfig:330`` Menu path: (Top) → Device Drivers → Console drivers .. parsed-literal:: config GSM_MUX bool "Enable GSM 07.10 muxing protocol" depends on \ :option:`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.)*