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

CONFIG_CRYPTO_TINYCRYPT_SHIM_DRV_NAME

Device name for TinyCrypt Pseudo device

Type: string

Help

Device name for TinyCrypt Pseudo device.

Direct dependencies

CRYPTO_TINYCRYPT_SHIM && CRYPTO

(Includes any dependencies from ifs and menus.)

Default

  • “CRYPTO_TC”

Kconfig definition

At drivers/crypto/Kconfig:43

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:72

Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] → Enable TinyCrypt shim driver [EXPERIMENTAL]

config CRYPTO_TINYCRYPT_SHIM_DRV_NAME
    string "Device name for TinyCrypt Pseudo device"
    default "CRYPTO_TC"
    depends on CRYPTO_TINYCRYPT_SHIM && CRYPTO
    help
      Device name for TinyCrypt Pseudo device.

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