:orphan: .. title:: GSM_MUX_PENDING_CMD_MAX .. option:: CONFIG_GSM_MUX_PENDING_CMD_MAX *Max number of pending GSM mux commands* Type: ``int`` Help ==== How many pending GSM mux commands can exists. Direct dependencies =================== \ :option:`GSM_MUX ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig.gsm_mux:52`` 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_PENDING_CMD_MAX int "Max number of pending GSM mux commands" range 1 8 default 2 depends on \ :option:`GSM_MUX ` && \ :option:`CONSOLE ` help How many pending GSM mux commands can exists. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*