CONFIG_APP_LINK_WITH_CURL
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'.
Default
y
Kconfig definition
At <nRF>/ext/curl/Kconfig:40
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:96
→ <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.)