:orphan: .. title:: CONFIG_GSM_MUX_DLCI_AT .. kconfig:: CONFIG_GSM_MUX_DLCI_AT CONFIG_GSM_MUX_DLCI_AT ###################### *DLCI id of the AT commands channel* Type: ``int`` Help ==== .. code-block:: none Channel number for the AT commands to the modem. Direct dependencies =================== \ :kconfig:`GSM_MUX ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 2 if \ :kconfig:`MODEM_GSM_SIMCOM ` - 1 Kconfig definition ================== At ``/console/Kconfig.gsm_mux:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` → ``/console/Kconfig:325`` Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol .. code-block:: kconfig config GSM_MUX_DLCI_AT int "DLCI id of the AT commands channel" range 1 63 default 2 if MODEM_GSM_SIMCOM default 1 depends on GSM_MUX && CONSOLE help Channel number for the AT commands to the modem. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*