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

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

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

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

config LTE_AUTO_INIT_AND_CONNECT
    bool "Auto Initialize and Connect for the LTE link"
    default y if AT_CMD_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.)