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

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/modules/Kconfig.mbedtls:136

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:17

Menu path: (Top) → Modules → mbedTLS Support

config APP_LINK_WITH_MBEDTLS
    bool "Link 'app' with MBEDTLS"
    default y
    depends on 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'.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)