:orphan: .. title:: AT_NOTIF_SYS_INIT .. option:: CONFIG_AT_NOTIF_SYS_INIT *Initialize the AT-command notification manager during system init* Type: ``bool`` Direct dependencies =================== \ :option:`AT_NOTIF ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`AT_CMD_SYS_INIT ` Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/lib/at_notif/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:11`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/lib/Kconfig:17`` Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → AT-command notification manager .. parsed-literal:: config AT_NOTIF_SYS_INIT bool "Initialize the AT-command notification manager during system init" default y if \ :option:`AT_CMD_SYS_INIT ` depends on \ :option:`AT_NOTIF ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*