CONFIG_MODEM_SIMCOM_SIM7080_LTE_BANDS

LTE bands the driver can use

Type: string

Help

Comma separated list of usable lte bands.

Direct dependencies

MODEM_SIM7080 && MODEM

(Includes any dependencies from ifs and menus.)

Default

  • “8,20,28”

Kconfig definition

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

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