Link ‘app’ with CURL

Type: bool

Help

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

Direct dependencies

NRF_CURL

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/ext/curl/Kconfig:40

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/ext/Kconfig:11

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → External libraries → Curl → NRF CURL selections

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

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