CONFIG_CLOUD_SERVICE_MUTUAL_EXCLUSIVE

(No prompt – not directly user assignable.)

Type: bool

Help

Internal setting which indicates that the Cloud Service is mutually
exclusive.
An application defconfig can indicate that the Cloud Service is
mutually exclusive by requesting that selection of cloud services should
be selectable using a choice menu.
The choice selection can be enabled in the application Kconfig by
setting the `CLOUD_SERVICE_SELECTOR` variable to `choice`, that is
adding a line as:
CLOUD_SERVICE_SELECTOR := choice

Default

  • y if “” = “choice”

Kconfig definition

At <nRF>/subsys/net/lib/Kconfig:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:20<nRF>/subsys/net/Kconfig:8

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → Application protocols

config CLOUD_SERVICE_MUTUAL_EXCLUSIVE
    bool
    default y if "" = "choice"
    help
      Internal setting which indicates that the Cloud Service is mutually
      exclusive.
      An application defconfig can indicate that the Cloud Service is
      mutually exclusive by requesting that selection of cloud services should
      be selectable using a choice menu.
      The choice selection can be enabled in the application Kconfig by
      setting the `CLOUD_SERVICE_SELECTOR` variable to `choice`, that is
      adding a line as:
      CLOUD_SERVICE_SELECTOR := choice

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)