a5ae889b32
If a deprecated board is built, a warning is presented indicating what future release the board will be removed. Change-Id: Ib166198d8b71303b990a30f79429f51871591a97 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
19 lines
398 B
Plaintext
19 lines
398 B
Plaintext
|
|
config BOARD_DEPRECATED
|
|
string
|
|
help
|
|
This hidden option is set in the board configuation 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.
|
|
|
|
choice
|
|
prompt "Board Selection"
|
|
source "boards/*/*/Kconfig.board"
|
|
endchoice
|
|
|
|
|
|
menu "Board Options"
|
|
source "boards/*/*/Kconfig"
|
|
endmenu
|