• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2choice
3	prompt "System type"
4	default BFIN561_EZKIT
5	help
6	  Select your board!
7
8config BFIN561_EZKIT
9	bool "BF561-EZKIT"
10	help
11	  BF561-EZKIT-LITE board support.
12
13config BFIN561_TEPLA
14	bool "BF561-TEPLA"
15	help
16	 BF561-TEPLA board support.
17
18config BFIN561_BLUETECHNIX_CM
19	bool "Bluetechnix CM-BF561"
20	help
21	  CM-BF561 support for EVAL- and DEV-Board.
22
23config BFIN561_ACVILON
24	bool "BF561-ACVILON"
25	help
26	  BF561-ACVILON System On Module support (SO-DIMM 144).
27	  For more information about Acvilon BF561 SoM
28	  please go to http://www.niistt.ru/
29
30endchoice
31