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

  • “v2.6.0”

  • “v2.6.0”

Kconfig definitions

At <Zephyr>/boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig:8

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

Menu path: (Top)

config BOARD_DEPRECATED_RELEASE
    string
    default "v2.6.0"
    depends on BOARD_NRF5340PDK_NRF5340_CPUAPP || BOARD_NRF5340PDK_NRF5340_CPUAPPNS || BOARD_NRF5340PDK_NRF5340_CPUNET

At <Zephyr>/boards/arm/v2m_musca/Kconfig.defconfig:10

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

Menu path: (Top)

config BOARD_DEPRECATED_RELEASE
    string
    default "v2.6.0"
    depends on BOARD_MUSCA_A

At <Zephyr>/boards/Kconfig:3

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

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