:orphan: .. title:: CONFIG_LTE_NETWORK_DEFAULT .. kconfig:: CONFIG_LTE_NETWORK_DEFAULT CONFIG_LTE_NETWORK_DEFAULT ########################## *Use default* Type: ``bool`` Help ==== .. code-block:: none Use the system mode that is currently set in the modem. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/lib/lte_link_control/Kconfig:136`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/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 .. code-block:: kconfig config LTE_NETWORK_DEFAULT bool "Use default" depends on help Use the system mode that is currently set in the modem. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*