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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At Kconfig.zephyr:596
Included via 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.)