-
CONFIG_MODEM_ATTEST_TOKEN_PARSING
¶
Enable parsing of the attestation token
Type: bool
Default¶
y
Symbols that select this symbol¶
Kconfig definition¶
At <nRF>/lib/modem_attest_token/Kconfig:18
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:36
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Modem Attestation Token Library
config MODEM_ATTEST_TOKEN_PARSING
bool "Enable parsing of the attestation token"
default y
select TINYCBOR
select BASE64
depends on MODEM_ATTEST_TOKEN
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)