The latest development version of this page may be more current than this released 2.7.5 version.
choice: Modem type

Modem type

Type: bool

Help

Type/manufacturer of the GSM modem

Direct dependencies

MODEM_GSM_PPP && MODEM

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At drivers/modem/Kconfig.gsm:14

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:84drivers/modem/Kconfig:144

Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems

choice
    bool "Modem type"
    default MODEM_GSM_GENERIC
    depends on MODEM_GSM_PPP && MODEM
    help
      Type/manufacturer of the GSM modem

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)