blob: fb15f8c6862a98a5ce7eb758bfa6105421d581df [file] [log] [blame]
Anas Nashiffdb1daf2015-12-13 05:54:28 -05001
Andrew Boiea5ae8892016-10-19 13:05:35 -07002config BOARD_DEPRECATED
3 string
4 help
Anas Nashif429c2a42017-12-13 10:08:21 -05005 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 Boiea5ae8892016-10-19 13:05:35 -07009
Anas Nashifdd8fd722017-07-26 08:08:21 -040010config QEMU_TARGET
Maureen Helm3e370112017-07-31 15:38:03 -050011 bool
Anas Nashifdd8fd722017-07-26 08:08:21 -040012 help
13 Mark all QEMU targets with this variable for checking whether we are
14 running in an emulated environment.
15
Ulf Magnusson17f1b0a2018-08-14 07:20:30 +020016# Note: $ENV_VAR_BOARD_DIR might be a glob pattern
Ulf Magnusson547ed9b2018-05-08 09:31:48 +020017
Anas Nashiffdb1daf2015-12-13 05:54:28 -050018choice
19prompt "Board Selection"
Ulf Magnusson17f1b0a2018-08-14 07:20:30 +020020source "$ENV_VAR_BOARD_DIR/Kconfig.board"
Anas Nashiffdb1daf2015-12-13 05:54:28 -050021endchoice
22
23
Daniel Leung1268ab92016-03-15 10:27:39 -070024menu "Board Options"
Ulf Magnusson17f1b0a2018-08-14 07:20:30 +020025# There might not be any board options, hence the optional source
26osource "$ENV_VAR_BOARD_DIR/Kconfig"
Daniel Leung1268ab92016-03-15 10:27:39 -070027endmenu
Erwan Gouriou10fc37d2018-04-24 17:17:51 +020028
29menu "Shields"
30source "boards/shields/Kconfig"
31endmenu