CONFIG_MODEM_SIM7080¶
Sim7080 Driver
Type: bool
Help¶
Enables the driver for the Sim7080 modem.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/modem/Kconfig.simcom-sim7080:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:84
→ 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.)