-
CONFIG_MODEM_GSM_PPP
¶
Support GSM modems
Type: bool
Help¶
Enable GSM modems that support standard AT commands and PPP.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/modem/Kconfig.gsm:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:82
→ <Zephyr>/drivers/modem/Kconfig:139
Menu path: (Top) → Device Drivers → Modem Drivers
config MODEM_GSM_PPP bool "Support GSM modems" selectMODEM_CONTEXT
selectMODEM_CMD_HANDLER
selectMODEM_IFACE_UART
depends onMODEM
help Enable GSM modems that support standard AT commands and PPP.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)