CONFIG_LTE_AUTO_INIT_AND_CONNECT
Auto Initialize and Connect for the LTE link
Type: bool
Help
Turn on to make the LTE Link Controller to
automatically initialize and connect the modem
before the application starts
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
Kconfig definition
At <nRF>/lib/lte_link_control/Kconfig:14
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
config LTE_AUTO_INIT_AND_CONNECT
bool "Auto Initialize and Connect for the LTE link"
default y if NRF_MODEM_LIB_SYS_INIT
depends on LTE_LINK_CONTROL
help
Turn on to make the LTE Link Controller to
automatically initialize and connect the modem
before the application starts
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)