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

Kconfig definitions

At boards/arm/stm32_mini_a15/Kconfig.defconfig:13

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config BOARD_DEPRECATED
    string
    default "1.11" if BOARD_STM32_MINI_A15
    depends on BOARD_STM32_MINI_A15

At boards/Kconfig:2

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:14

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.)