-
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.
Default¶
n
Kconfig definition¶
At <nRF>/lib/lte_link_control/Kconfig:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:27
→ <nRF>/lib/Kconfig:16
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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.)