Kconfig Reference
 
  • All Configuration Options
  • Architecture Configuration Options
  • SoC Configuration Options
  • Boards Configuration Options
  • Driver Configuration Options
  • Kernel Configuration Options
  • Library Configuration Options
  • Subsystem Configuration Options
  • External Modules Configuration Options
  • Bridle Configuration Options
Kconfig Reference
  • »
  • CONFIG_APP_LINK_WITH_MBEDTLS
  • View page source

CONFIG_APP_LINK_WITH_MBEDTLS

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 <External Modules>/mbedtls/Kconfig:162

Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:6 → <BuildDir>/kconfig/Kconfig.modules:26

Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/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 <External Modules>/mbedtls/Kconfig:162

Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:80

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


© Copyright 2019-2022 TiaC Systems members and individual contributors. Last updated on Apr 01, 2022.

Kconfig Reference
Bridle
Zephyr Project
Devicetree Bindings