:orphan: .. title:: choice: Select implementation .. _choice_19: .. describe:: choice: Select implementation *Select implementation* Type: ``bool`` Direct dependencies =================== \ :option:`MBEDTLS ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`MBEDTLS_BUILTIN ` Choice options ============== - \ :option:`MBEDTLS_BUILTIN ` - \ :option:`MBEDTLS_LIBRARY ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.mbedtls:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:21`` Menu path: (Top) → Modules → mbedTLS Support .. parsed-literal:: choice bool "Select implementation" default \ :option:`MBEDTLS_BUILTIN ` depends on \ :option:`MBEDTLS ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*