-
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.
Default¶
1
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig.gsm_mux:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
→ <Zephyr>/drivers/console/Kconfig:330
Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol
config GSM_MUX_MAX int "Max number of GSM mux instances" default 1 depends onGSM_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.)