CONFIG_BOARD_DEPRECATED_RELEASE

(No prompt – not directly user assignable.)

Type: string

Help

This hidden option is set in the board configuration and indicates
the Zephyr release that the board configuration will be removed.
When set, any build for that board will generate a clearly visible
deprecation warning.

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At <Zephyr>/boards/Kconfig:3

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:35

Menu path: (Top)

config BOARD_DEPRECATED_RELEASE
    string
    help
      This hidden option is set in the board configuration and indicates
      the Zephyr release that the board configuration will be removed.
      When set, any build for that board will generate a clearly visible
      deprecation warning.

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