:orphan: .. title:: GSM_MUX_MAX .. option:: CONFIG_GSM_MUX_MAX *Max number of GSM mux instances* Type: ``int`` Help ==== Usually we only need one GSM mux instance. You need to increase this if you have more than one GSM modems. Direct dependencies =================== \ :option:`GSM_MUX ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig.gsm_mux:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` → ``drivers/console/Kconfig:330`` Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol .. parsed-literal:: config GSM_MUX_MAX int "Max number of GSM mux instances" default 1 depends on \ :option:`GSM_MUX ` && \ :option:`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.)*