:orphan: .. title:: BOARD_DEPRECATED_RELEASE .. option:: 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 =================== .. highlight:: kconfig At ``boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BOARD_DEPRECATED_RELEASE string default "v2.6.0" depends on \ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPPNS ` || \ :option:`BOARD_NRF5340PDK_NRF5340_CPUNET ` ---- At ``boards/arm/v2m_musca/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BOARD_DEPRECATED_RELEASE string default "v2.6.0" depends on \ :option:`BOARD_MUSCA_A ` ---- At ``boards/Kconfig:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. parsed-literal:: 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.)*