Link ‘app’ with MBEDTLS

Type: bool

Help

Add MBEDTLS header files to the ‘app’ include path. It may be disabled if the include paths for MBEDTLS are causing aliasing issues for ‘app’.

Direct dependencies

MBEDTLS && MBEDTLS

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

Defaults

Kconfig definition

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

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

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

config APP_LINK_WITH_MBEDTLS
    bool
    prompt "Link 'app' with MBEDTLS" if MBEDTLS && MBEDTLS
    default "y" if MBEDTLS && MBEDTLS
    depends on MBEDTLS && MBEDTLS
    help
      Add MBEDTLS header files to the 'app' include path. It may be
      disabled if the include paths for MBEDTLS are causing aliasing
      issues for 'app'.

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