choice: Select implementation

Select implementation

Type: bool

Direct dependencies

MBEDTLS

(Includes any dependencies from if’s and menus.)

Kconfig definition

At ext/lib/crypto/mbedtls/Kconfig:27

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:13ext/lib/crypto/Kconfig:10

Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support

choice
    bool
    prompt "Select implementation" if MBEDTLS
    default MBEDTLS_BUILTIN if MBEDTLS
    depends on MBEDTLS

(Definitions include propagated dependencies, including from if’s and menus.)