:orphan: .. title:: CRYPTO_TINYCRYPT_SHIM_DRV_NAME .. option:: CONFIG_CRYPTO_TINYCRYPT_SHIM_DRV_NAME *Device name for TinyCrypt Pseudo device* Type: ``string`` Help ==== .. code-block:: none Device name for TinyCrypt Pseudo device. Direct dependencies =================== \ :option:`CRYPTO_TINYCRYPT_SHIM ` && \ :option:`CRYPTO ` *(Includes any dependencies from ifs and menus.)* Default ======= - "CRYPTO_TC" Kconfig definition ================== At ``/crypto/Kconfig:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:70`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] → Enable TinyCrypt shim driver [EXPERIMENTAL] .. code-block:: kconfig 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.)*