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