Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...

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