-
CONFIG_MODEM_INFO_ADD_DEVICE
¶
Add the device information to the modem informer
Type: bool
Help¶
Add the device information to the returned
device JSON object.
Default¶
y
Kconfig definition¶
At <nRF>/lib/modem_info/Kconfig:66
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:52
→ <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
config MODEM_INFO_ADD_DEVICE
bool "Add the device information to the modem informer"
default y
depends on MODEM_INFO
help
Add the device information to the returned
device JSON object.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)