-
CONFIG_MODEM_INFO_ADD_BOARD
¶
Add board name to JSON string
Type: bool
Help¶
Add the name of the board to the returned device JSON object.
Default¶
y
Kconfig definition¶
At <nRF>/lib/modem_info/Kconfig:73
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_BOARD
bool "Add board name to JSON string"
default y
depends on MODEM_INFO
help
Add the name of the board to the returned
device JSON object.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)