choice: Select network mode

Select network mode

Type: bool

Help

Select either LTE-M or Narrowband-IOT (NB-IoT) network mode

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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

choice
    bool "Select network mode"
    default LTE_NETWORK_MODE_LTE_M
    depends on LTE_LINK_CONTROL
    help
      Select either LTE-M or Narrowband-IOT (NB-IoT) network mode

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