CONFIG_LTE_NETWORK_DEFAULT

Use default

Type: bool

Help

Use the system mode that is currently set in the modem.

Direct dependencies

<choice: Select network mode>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:17

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 LTE Link control library → Select network mode

config LTE_NETWORK_DEFAULT
    bool "Use default"
    depends on <choice>
    help
      Use the system mode that is currently set in the modem.

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