summaryrefslogtreecommitdiff
path: root/boards/Kconfig
blob: bbb8b9f2d87730d28d1ff0f06d5f08dcd719502d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

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