-
CONFIG_MODEM_INFO_ADD_SIM_ICCID
¶
Read the SIM card ICCID from the modem
Type: bool
Help¶
Add the SIM card ICCID to the returned device JSON object.
Default¶
y
Kconfig definition¶
At <nRF>/lib/modem_info/Kconfig:52
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_SIM_ICCID
bool "Read the SIM card ICCID from the modem"
default y
depends on MODEM_INFO
help
Add the SIM card ICCID to the returned
device JSON object.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)