-
CONFIG_MODEM_INFO_ADD_NETWORK
¶
Read the network information from the modem
Type: bool
Help¶
Add the network information to the returned device JSON object.
Default¶
y
Kconfig definition¶
At <nRF>/lib/modem_info/Kconfig:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:26
→ <nRF>/lib/Kconfig:22
Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → nRF91 modem information library
config MODEM_INFO_ADD_NETWORK
bool "Read the network information from the modem"
default y
depends on MODEM_INFO
help
Add the network information to the returned
device JSON object.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)