The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_TINYCRYPT

TinyCrypt Support

Type: bool

Help

This option enables the TinyCrypt cryptography library.

Defaults

  • y

  • y

Kconfig definitions

At soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4:77

Included via Kconfig:8Kconfig.zephyr:25soc/arm/nxp_kinetis/Kconfig.defconfig:3soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11

Menu path: (Top)

config TINYCRYPT
    bool
    default y
    depends on SOC_MKW40Z4 && SOC_SERIES_KINETIS_KWX

At soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:108

Included via Kconfig:8Kconfig.zephyr:25soc/arm/nxp_kinetis/Kconfig.defconfig:3soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11

Menu path: (Top)

config TINYCRYPT
    bool
    default y
    depends on ENTROPY_GENERATOR && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX

At ext/lib/crypto/tinycrypt/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:43ext/Kconfig:10ext/lib/crypto/Kconfig:6

Menu path: (Top) → External Sources → Cryptography

config TINYCRYPT
    bool "TinyCrypt Support"
    help
      This option enables the TinyCrypt cryptography library.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)