:orphan: .. title:: MODEM_GSM_PPP .. option:: CONFIG_MODEM_GSM_PPP *Support GSM modems* Type: ``bool`` Help ==== Enable GSM modems that support standard AT commands and PPP. Direct dependencies =================== \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`MODEM_CONTEXT ` - \ :option:`MODEM_CMD_HANDLER ` - \ :option:`MODEM_IFACE_UART ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.gsm:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:139`` Menu path: (Top) → Device Drivers → Modem Drivers .. parsed-literal:: config MODEM_GSM_PPP bool "Support GSM modems" select \ :option:`MODEM_CONTEXT ` select \ :option:`MODEM_CMD_HANDLER ` select \ :option:`MODEM_IFACE_UART ` depends on \ :option:`MODEM ` help Enable GSM modems that support standard AT commands and PPP. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*