The latest development version of this page may be more current than this released 2.5.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:53

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/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:80

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/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 modules/Kconfig.tinycrypt:6

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:34

Menu path: (Top) → Modules

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

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