Anas Nashif | fdb1daf | 2015-12-13 05:54:28 -0500 | [diff] [blame] | 1 | |
Andrew Boie | a5ae889 | 2016-10-19 13:05:35 -0700 | [diff] [blame] | 2 | config BOARD_DEPRECATED |
| 3 | string |
| 4 | help |
Anas Nashif | 429c2a4 | 2017-12-13 10:08:21 -0500 | [diff] [blame] | 5 | This hidden option is set in the board configuration and indicates |
| 6 | the Zephyr release that the board configuration will be removed. |
| 7 | When set, any build for that board will generate a clearly visible |
| 8 | deprecation warning. |
Andrew Boie | a5ae889 | 2016-10-19 13:05:35 -0700 | [diff] [blame] | 9 | |
Anas Nashif | dd8fd72 | 2017-07-26 08:08:21 -0400 | [diff] [blame] | 10 | config QEMU_TARGET |
Maureen Helm | 3e37011 | 2017-07-31 15:38:03 -0500 | [diff] [blame] | 11 | bool |
Anas Nashif | dd8fd72 | 2017-07-26 08:08:21 -0400 | [diff] [blame] | 12 | help |
| 13 | Mark all QEMU targets with this variable for checking whether we are |
| 14 | running in an emulated environment. |
| 15 | |
Ulf Magnusson | 17f1b0a | 2018-08-14 07:20:30 +0200 | [diff] [blame] | 16 | # Note: $ENV_VAR_BOARD_DIR might be a glob pattern |
Ulf Magnusson | 547ed9b | 2018-05-08 09:31:48 +0200 | [diff] [blame] | 17 | |
Anas Nashif | fdb1daf | 2015-12-13 05:54:28 -0500 | [diff] [blame] | 18 | choice |
| 19 | prompt "Board Selection" |
Ulf Magnusson | 17f1b0a | 2018-08-14 07:20:30 +0200 | [diff] [blame] | 20 | source "$ENV_VAR_BOARD_DIR/Kconfig.board" |
Anas Nashif | fdb1daf | 2015-12-13 05:54:28 -0500 | [diff] [blame] | 21 | endchoice |
| 22 | |
| 23 | |
Daniel Leung | 1268ab9 | 2016-03-15 10:27:39 -0700 | [diff] [blame] | 24 | menu "Board Options" |
Ulf Magnusson | 17f1b0a | 2018-08-14 07:20:30 +0200 | [diff] [blame] | 25 | # There might not be any board options, hence the optional source |
| 26 | osource "$ENV_VAR_BOARD_DIR/Kconfig" |
Daniel Leung | 1268ab9 | 2016-03-15 10:27:39 -0700 | [diff] [blame] | 27 | endmenu |
Erwan Gouriou | 10fc37d | 2018-04-24 17:17:51 +0200 | [diff] [blame] | 28 | |
| 29 | menu "Shields" |
| 30 | source "boards/shields/Kconfig" |
| 31 | endmenu |