:orphan: .. title:: CRYPTO_MBEDTLS_SHIM .. option:: CONFIG_CRYPTO_MBEDTLS_SHIM *Enable mbedTLS shim driver [EXPERIMENTAL]* Type: ``bool`` Help ==== Enable mbedTLS shim layer compliant with crypto APIs. You will need to fill in a relevant value to CONFIG_MBEDTLS_HEAP_SIZE. Direct dependencies =================== \ :option:`CRYPTO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`MBEDTLS ` - \ :option:`MBEDTLS_ENABLE_HEAP ` Symbols that select this symbol =============================== - \ :option:`OSDP_SC_ENABLED ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/crypto/Kconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:70`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] .. parsed-literal:: config CRYPTO_MBEDTLS_SHIM bool "Enable mbedTLS shim driver [EXPERIMENTAL]" select \ :option:`MBEDTLS ` select \ :option:`MBEDTLS_ENABLE_HEAP ` depends on \ :option:`CRYPTO ` help Enable mbedTLS shim layer compliant with crypto APIs. You will need to fill in a relevant value to CONFIG_MBEDTLS_HEAP_SIZE. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*