2015-12-13 18:54:28 +08:00
|
|
|
|
2016-10-20 04:05:35 +08:00
|
|
|
config BOARD_DEPRECATED
|
|
|
|
string
|
|
|
|
help
|
2017-04-22 01:29:51 +08:00
|
|
|
This hidden option is set in the board configuration and indicates
|
2016-10-20 04:05:35 +08:00
|
|
|
the Zephyr release that the board configuration will be removed.
|
|
|
|
When set, any build for that board will generate a clearly visible
|
|
|
|
deprecation warning.
|
|
|
|
|
2017-07-26 20:08:21 +08:00
|
|
|
config QEMU_TARGET
|
|
|
|
bool n
|
|
|
|
help
|
|
|
|
Mark all QEMU targets with this variable for checking whether we are
|
|
|
|
running in an emulated environment.
|
|
|
|
|
2015-12-13 18:54:28 +08:00
|
|
|
choice
|
|
|
|
prompt "Board Selection"
|
2016-10-20 04:13:41 +08:00
|
|
|
source "boards/*/*/Kconfig.board"
|
2015-12-13 18:54:28 +08:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
|
2016-03-16 01:27:39 +08:00
|
|
|
menu "Board Options"
|
2016-10-20 04:13:41 +08:00
|
|
|
source "boards/*/*/Kconfig"
|
2016-03-16 01:27:39 +08:00
|
|
|
endmenu
|