-
CONFIG_MODEM_GSM_SIMCOM¶
SIMCOM modem
Type: bool
Help¶
Use this if you have SIMCOM based modem like SIM800 etc.
Kconfig definition¶
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
config MODEM_GSM_SIMCOM
bool "SIMCOM modem"
depends on <choice: Modem type>
help
Use this if you have SIMCOM based modem like SIM800 etc.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)