The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BOARD_DEPRECATED

(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 boards/Kconfig:3

Included via Kconfig:10Kconfig.zephyr:25

Menu path: (top menu)

config BOARD_DEPRECATED
    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.

(Definitions include propagated dependencies, including from if’s and menus.)