CONFIG_AT_MONITOR_SYS_INIT¶
Initialize during SYS_INIT
Type: bool
Direct dependencies¶
NRF_MODEM_LIB_SYS_INIT
&& AT_MONITOR
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At <nRF>/lib/at_monitor/Kconfig:12
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:14
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → AT notification monitor
config AT_MONITOR_SYS_INIT
bool "Initialize during SYS_INIT"
default y
depends on NRF_MODEM_LIB_SYS_INIT && AT_MONITOR
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)