:orphan: .. title:: CONFIG_NRF_CURL .. kconfig:: CONFIG_NRF_CURL CONFIG_NRF_CURL ############### *Curl* Type: ``bool`` Help ==== .. code-block:: none Curl support for NRF. Direct dependencies =================== \ :kconfig:`POSIX_API ` && !\ :kconfig:`PTHREAD_IPC ` && !\ :kconfig:`NET_SOCKETS_POSIX_NAMES ` && \ :kconfig:`NEWLIB_LIBC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols implied by this symbol ============================== - \ :kconfig:`NEWLIB_LIBC_FLOAT_PRINTF ` Kconfig definition ================== At ``/ext/curl/Kconfig:11`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:58`` → ``/ext/Kconfig:11`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → External libraries .. code-block:: kconfig config NRF_CURL bool "Curl" if !NRF_CURL_PROMPTLESS imply NEWLIB_LIBC_FLOAT_PRINTF depends on POSIX_API && !PTHREAD_IPC && !NET_SOCKETS_POSIX_NAMES && NEWLIB_LIBC help Curl support for NRF. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*