2015-12-13 11:54:28 +01:00
|
|
|
|
2016-10-19 22:05:35 +02:00
|
|
|
config BOARD_DEPRECATED
|
|
|
|
string
|
|
|
|
help
|
2017-04-21 19:29:51 +02:00
|
|
|
This hidden option is set in the board configuration and indicates
|
2016-10-19 22:05:35 +02: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 14:08:21 +02: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 11:54:28 +01:00
|
|
|
choice
|
|
|
|
prompt "Board Selection"
|
2016-10-19 22:13:41 +02:00
|
|
|
source "boards/*/*/Kconfig.board"
|
2015-12-13 11:54:28 +01:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
|
2016-03-15 18:27:39 +01:00
|
|
|
menu "Board Options"
|
2016-10-19 22:13:41 +02:00
|
|
|
source "boards/*/*/Kconfig"
|
2016-03-15 18:27:39 +01:00
|
|
|
endmenu
|