:orphan: .. title:: CONFIG_GSM_MUX_T1_TIMEOUT .. kconfig:: CONFIG_GSM_MUX_T1_TIMEOUT CONFIG_GSM_MUX_T1_TIMEOUT ######################### *T1 timeout in ms* Type: ``int`` Help ==== .. code-block:: none T1 timeout is initial command timeout when establishing the connection. The value is in milliseconds. Zero value means that default (100 ms) specified in the code is used. Direct dependencies =================== \ :kconfig:`GSM_MUX ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/console/Kconfig.gsm_mux:91`` 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_T1_TIMEOUT int "T1 timeout in ms" range 0 5000 default 0 depends on GSM_MUX && CONSOLE help T1 timeout is initial command timeout when establishing the connection. The value is in milliseconds. Zero value means that default (100 ms) specified in the code is used. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*