CONFIG_MODEM_SIM7080

Sim7080 Driver

Type: bool

Help

Enables the driver for the Sim7080 modem.

Direct dependencies

MODEM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols implied by this symbol

Kconfig definition

At <Zephyr>/drivers/modem/Kconfig.simcom-sim7080:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:84<Zephyr>/drivers/modem/Kconfig:148

Menu path: (Top) → Device Drivers → Modem Drivers

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.)