-
CONFIG_MODEM_INFO_ADD_DATE_TIME
¶
Read the real-time clock value from the modem
Type: bool
Help¶
Inlcude the real-time clock value read from the modem in the network information. Note, that if no time information is available in the network, the modem info readout might fail.
Direct dependencies¶
MODEM_INFO_ADD_NETWORK
&& MODEM_INFO
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At <nRF>/lib/modem_info/Kconfig:36
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:27
→ <nRF>/lib/Kconfig:22
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 modem information library → Read the network information from the modem
config MODEM_INFO_ADD_DATE_TIME bool "Read the real-time clock value from the modem" default y depends onMODEM_INFO_ADD_NETWORK
&&MODEM_INFO
help Inlcude the real-time clock value read from the modem in the network information. Note, that if no time information is available in the network, the modem info readout might fail.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)