:orphan: .. title:: CONFIG_MODEM_SIM7080 .. kconfig:: CONFIG_MODEM_SIM7080 CONFIG_MODEM_SIM7080 #################### *Sim7080 Driver* Type: ``bool`` Help ==== .. code-block:: none Enables the driver for the Sim7080 modem. 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:`MODEM_SOCKET ` - \ :kconfig:`NET_OFFLOAD ` - \ :kconfig:`NET_SOCKETS_OFFLOAD ` Symbols implied by this symbol ============================== - \ :kconfig:`GPIO ` Kconfig definition ================== At ``/modem/Kconfig.simcom-sim7080:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:148`` Menu path: (Top) → Device Drivers → Modem Drivers .. code-block:: kconfig config MODEM_SIM7080 bool "Sim7080 Driver" select MODEM_CONTEXT select MODEM_CMD_HANDLER select MODEM_IFACE_UART select MODEM_SOCKET select NET_OFFLOAD select NET_SOCKETS_OFFLOAD imply GPIO depends on MODEM help Enables the driver for the Sim7080 modem. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*