:orphan: .. title:: CONFIG_DOWNLOAD_CLIENT .. kconfig:: CONFIG_DOWNLOAD_CLIENT CONFIG_DOWNLOAD_CLIENT ###################### *Download client* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NRF_CLOUD_FOTA ` Symbols that imply this symbol ============================== - \ :kconfig:`NRF_CLOUD_PGPS ` Kconfig definition ================== At ``/subsys/net/lib/download_client/Kconfig:7`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:18`` → ``/subsys/net/Kconfig:8`` → ``/subsys/net/lib/Kconfig:9`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → Application protocols .. code-block:: kconfig menuconfig DOWNLOAD_CLIENT bool "Download client" *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*