Link ‘app’ with MBEDTLS

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'.

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 && 0)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/modules/mbedtls/Kconfig:154

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:50

Menu path: (Top) → Modules → mbedtls (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/crypto/mbedtls) → mbed TLS 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'.

At <Zephyr>/modules/mbedtls/Kconfig:154

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:66

Menu path: (Top) → Modules → mbed TLS Support

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