:orphan: .. title:: choice MBEDTLS_IMPLEMENTATION: Select implementation .. _choice_30: .. describe:: choice MBEDTLS_IMPLEMENTATION: Select implementation *Select implementation* *Select implementation* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MBEDTLS ` || (\ :kconfig:`MBEDTLS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`MBEDTLS_BUILTIN ` - \ :kconfig:`MBEDTLS_BUILTIN ` Choice options ============== - \ :kconfig:`MBEDTLS_BUILTIN ` - \ :kconfig:`MBEDTLS_LIBRARY ` - \ :kconfig:`MBEDTLS_BUILTIN ` - \ :kconfig:`MBEDTLS_LIBRARY ` Kconfig definitions =================== At ``/mbedtls/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:26`` Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) → mbed TLS Support .. code-block:: kconfig choice MBEDTLS_IMPLEMENTATION bool "Select implementation" default MBEDTLS_BUILTIN depends on MBEDTLS ---- At ``/mbedtls/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → mbed TLS Support .. code-block:: kconfig choice MBEDTLS_IMPLEMENTATION bool "Select implementation" default MBEDTLS_BUILTIN depends on MBEDTLS && 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*