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.

Direct dependencies

MODEM_INFO

(Includes any dependencies from ifs and menus.)

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: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

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.)