CONFIG_TINYCRYPT

TinyCrypt Support

Type: bool

Help

This option enables the TinyCrypt cryptography library.

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/modules/Kconfig.tinycrypt:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:30

Menu path: (Top) → Modules

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

At <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4:53

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/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 <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:80

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/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

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