choice: LTE mode preference

LTE mode preference

Type: bool

Help

Selects which LTE mode the modem should use if more than one is
available. Note that the LTE preference must match the system modes
that are enabled.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:94<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

choice
    bool "LTE mode preference"
    default LTE_MODE_PREFERENCE_AUTO
    depends on LTE_LINK_CONTROL
    help
      Selects which LTE mode the modem should use if more than one is
      available. Note that the LTE preference must match the system modes
      that are enabled.

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