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