-
CONFIG_NRF_CURL_INTEGRATION
¶
Curl changes for NRF
Type: bool
Help¶
Compile cURL for nRF Connect SDK integration.
This setting will enable nRF Connect SDK specific changes in the cURL library.
If cURL is planned to be used in nRF Connect SDK context then this setting
must be enabled.
Default¶
y
Kconfig definition¶
At <nRF>/ext/curl/Kconfig:30
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 NRF_CURL_INTEGRATION
bool "Curl changes for NRF"
default y
depends on NRF_CURL
help
Compile cURL for nRF Connect SDK integration.
This setting will enable nRF Connect SDK specific changes in the cURL library.
If cURL is planned to be used in nRF Connect SDK context then this setting
must be enabled.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)