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

GSM_MUX && CONSOLE

(Includes any dependencies from ifs and menus.)

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 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.)