:orphan: .. title:: CONFIG_GSM_MUX_MAX .. kconfig:: CONFIG_GSM_MUX_MAX CONFIG_GSM_MUX_MAX ################## *Max number of GSM mux instances* Type: ``int`` Help ==== .. code-block:: none Usually we only need one GSM mux instance. You need to increase this if you have more than one GSM modems. Direct dependencies =================== \ :kconfig:`GSM_MUX ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/console/Kconfig.gsm_mux:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` → ``/console/Kconfig:307`` Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol .. code-block:: kconfig config GSM_MUX_MAX int "Max number of GSM mux instances" default 1 depends on GSM_MUX && CONSOLE help Usually we only need one GSM mux instance. You need to increase this if you have more than one GSM modems. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*