:orphan: .. title:: CONFIG_WARN_EXPERIMENTAL .. kconfig:: CONFIG_WARN_EXPERIMENTAL CONFIG_WARN_EXPERIMENTAL ######################## *Warn on experimental usage* Type: ``bool`` Help ==== .. code-block:: none Print a warning when the Kconfig tree is parsed if any experimental features are enabled. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``Kconfig.zephyr:596`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features .. code-block:: kconfig 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.)*