1choice
2	prompt "System type"
3	default BFIN537_STAMP
4	help
5	  Select your board!
6
7config BFIN537_STAMP
8	bool "BF537-STAMP"
9	help
10	  BF537-STAMP board support.
11
12config BFIN537_BLUETECHNIX_CM_E
13	bool "Bluetechnix CM-BF537E"
14	depends on (BF537)
15	help
16	  CM-BF537E support for EVAL- and DEV-Board.
17
18config BFIN537_BLUETECHNIX_CM_U
19	bool "Bluetechnix CM-BF537U"
20	depends on (BF537)
21	help
22	  CM-BF537U support for EVAL- and DEV-Board.
23
24config BFIN537_BLUETECHNIX_TCM
25	bool "Bluetechnix TCM-BF537"
26	depends on (BF537)
27	help
28	  TCM-BF537 support for EVAL- and DEV-Board.
29
30config PNAV10
31	bool "PNAV board"
32	depends on (BF537)
33	help
34	  PNAV board support.
35
36config CAMSIG_MINOTAUR
37	bool "Cambridge Signal Processing LTD Minotaur"
38	depends on (BF537)
39	help
40	  Board supply package for CSP Minotaur
41
42config DNP5370
43	bool "SSV Dil/NetPC DNP/5370"
44	depends on (BF537)
45	help
46	  Board supply package for DNP/5370 DIL64 module
47
48endchoice
49