• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2choice
3	prompt "System type"
4	default BFIN533_STAMP
5	help
6	  Select your board!
7
8config BFIN533_EZKIT
9	bool "BF533-EZKIT"
10	help
11	  BF533-EZKIT-LITE board support.
12
13config BFIN533_STAMP
14	bool "BF533-STAMP"
15	help
16	  BF533-STAMP board support.
17
18config BLACKSTAMP
19	bool "BlackStamp"
20	help
21	  Support for the BlackStamp board.  Hardware info available at
22	  http://blackfin.uclinux.org/gf/project/blackstamp/
23
24config BFIN533_BLUETECHNIX_CM
25	bool "Bluetechnix CM-BF533"
26	depends on (BF533)
27	help
28	  CM-BF533 support for EVAL- and DEV-Board.
29
30config H8606_HVSISTEMAS
31	bool "HV Sistemas H8606"
32	depends on (BF532)
33	help
34	  HV Sistemas H8606 board support.
35
36config BFIN532_IP0X
37	bool "IP04/IP08 IP-PBX"
38	depends on (BF532)
39	help
40	  Core support for IP04/IP04 open hardware IP-PBX.
41
42endchoice
43