CONFIG_EXPERIMENTAL

(No prompt – not directly user assignable.)

Type: bool

Help

Symbol that must be selected by a feature if it is considered to be
at an experimental implementation stage.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/Kconfig.zephyr:544

Included via <Zephyr>/Kconfig:8

Menu path: (Top) → Build and Link Features

config EXPERIMENTAL
    bool
    help
      Symbol that must be selected by a feature if it is considered to be
      at an experimental implementation stage.

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