:orphan: .. title:: CONFIG_GSM_MUX .. kconfig:: CONFIG_GSM_MUX CONFIG_GSM_MUX ############## *Enable GSM 07.10 muxing protocol* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/console/Kconfig.gsm_mux:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` → ``/console/Kconfig:325`` Menu path: (Top) → Device Drivers → Console drivers .. code-block:: kconfig 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.)*