CONFIG_LTE_LOCK_BANDS

Enable LTE bands lock

Type: bool

Help

Enable LTE band locks. Bands not enabled in LTE_LOCK_BAND_MASK cannot be used when this setting is enabled.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <nRF>/lib/lte_link_control/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:16

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → nRF91 LTE Link control library

config LTE_LOCK_BANDS
    bool "Enable LTE bands lock"
    default n
    depends on LTE_LINK_CONTROL
    help
      Enable LTE band locks. Bands not enabled in LTE_LOCK_BAND_MASK
      cannot be used when this setting is enabled.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)