:orphan: .. title:: choice: Modem type .. _choice_312: .. describe:: choice: Modem type *Modem type* Type: ``bool`` Help ==== Type/manufacturer of the GSM modem Direct dependencies =================== \ :option:`MODEM_GSM_PPP ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`MODEM_GSM_GENERIC ` Choice options ============== - \ :option:`MODEM_GSM_GENERIC ` - \ :option:`MODEM_GSM_SIMCOM ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.gsm:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:139`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems .. parsed-literal:: choice bool "Modem type" default \ :option:`MODEM_GSM_GENERIC ` depends on \ :option:`MODEM_GSM_PPP ` && \ :option:`MODEM ` help Type/manufacturer of the GSM modem *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*