:orphan: .. title:: MODEM_GSM_SIMCOM .. option:: CONFIG_MODEM_GSM_SIMCOM *SIMCOM modem* Type: ``bool`` Help ==== Use this if you have SIMCOM based modem like SIM800 etc. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.gsm:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:139`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems → Modem type .. parsed-literal:: config MODEM_GSM_SIMCOM bool "SIMCOM modem" depends on \ :ref:` ` help Use this if you have SIMCOM based modem like SIM800 etc. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*