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