:orphan: .. title:: CONFIG_NRF_CLOUD_STATIC_IPV4 .. kconfig:: CONFIG_NRF_CLOUD_STATIC_IPV4 CONFIG_NRF_CLOUD_STATIC_IPV4 ############################ *Enable use of static IPv4* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NRF_CLOUD_MQTT ` && \ :kconfig:`NRF_CLOUD ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_mqtt:14`` 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:8`` → ``/subsys/net/lib/nrf_cloud/Kconfig:20`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → Application protocols → nRF Cloud Library → nRF Cloud MQTT .. code-block:: kconfig config NRF_CLOUD_STATIC_IPV4 bool "Enable use of static IPv4" default n depends on NRF_CLOUD_MQTT && NRF_CLOUD *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*