:orphan: .. title:: choice: Modem type .. _choice_365: .. describe:: choice: Modem type *Modem type* Type: ``bool`` Help ==== .. code-block:: none Type/manufacturer of the GSM modem Direct dependencies =================== \ :kconfig:`MODEM_GSM_PPP ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MODEM_GSM_GENERIC ` Choice options ============== - \ :kconfig:`MODEM_GSM_GENERIC ` - \ :kconfig:`MODEM_GSM_SIMCOM ` - \ :kconfig:`MODEM_GSM_QUECTEL ` Kconfig definition ================== At ``/modem/Kconfig.gsm:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:145`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems .. code-block:: kconfig 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.)*