CONFIG_MODEM_ATTEST_TOKEN_PARSING

Enable parsing of the attestation token

Type: bool

Direct dependencies

MODEM_ATTEST_TOKEN

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At <nRF>/lib/modem_attest_token/Kconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:37

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