CONFIG_CRYPTO_MBEDTLS_SHIM_DRV_NAME¶
Device name for mbedTLS Pseudo device
Type: string
Help¶
Device name for mbedTLS Pseudo device.
Default¶
- “CRYPTO_MTLS” 
Kconfig definition¶
At <Zephyr Driver>/crypto/Kconfig:58
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:72
Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] → Enable mbedTLS shim driver [EXPERIMENTAL]
config CRYPTO_MBEDTLS_SHIM_DRV_NAME
    string "Device name for mbedTLS Pseudo device"
    default "CRYPTO_MTLS"
    depends on CRYPTO_MBEDTLS_SHIM && CRYPTO
    help
      Device name for mbedTLS Pseudo device.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)