CONFIG_WARN_EXPERIMENTAL

Warn on experimental usage

Type: bool

Help

Print a warning when the Kconfig tree is parsed if any experimental
features are enabled.

Default

  • y

Kconfig definitions

At <nRF>/Kconfig.nrf:29

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2

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

config WARN_EXPERIMENTAL
    bool
    default y

At <Zephyr>/Kconfig.zephyr:550

Included via <Zephyr>/Kconfig:8

Menu path: (Top) → Build and Link Features

config WARN_EXPERIMENTAL
    bool "Warn on experimental usage"
    help
      Print a warning when the Kconfig tree is parsed if any experimental
      features are enabled.

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