-
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¶
- “1.11” if
BOARD_STM32_MINI_A15
Kconfig definitions¶
At boards/arm/stm32_mini_a15/Kconfig.defconfig:13
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config BOARD_DEPRECATED string default "1.11" ifBOARD_STM32_MINI_A15
depends onBOARD_STM32_MINI_A15
At boards/Kconfig:2
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/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.)