CONFIG_MODEM_SIMCOM_SIM7080_LTE_BANDS
LTE bands the driver can use
Type: string
Help
Comma separated list of usable lte bands.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
“8,20,28”
Kconfig definition
At <Driver>/modem/Kconfig.simcom-sim7080:38
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:84
→ <Driver>/modem/Kconfig:148
Menu path: (Top) → Device Drivers → Modem Drivers → Sim7080 Driver
config MODEM_SIMCOM_SIM7080_LTE_BANDS
string "LTE bands the driver can use"
default "8,20,28"
depends on MODEM_SIM7080 && MODEM
help
Comma separated list of usable lte bands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)