blob: 42a57b0acb292d4046b674afffe720f2d6f94cda [file] [log] [blame]
Mike Frysinger4f25eb82007-11-15 20:49:44 +08001choice
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
13 bool "Bluetechnix CM-BF537"
14 depends on (BF537)
15 help
16 CM-BF537 support for EVAL- and DEV-Board.
17
Mike Frysingerb9da3b92008-08-13 15:49:35 +080018config BFIN537_BLUETECHNIX_TCM
19 bool "Bluetechnix TCM-BF537"
20 depends on (BF537)
21 help
22 TCM-BF537 support for EVAL- and DEV-Board.
23
Mike Frysinger4f25eb82007-11-15 20:49:44 +080024config PNAV10
25 bool "PNAV board"
26 depends on (BF537)
27 help
28 PNAV board support.
29
Martin Strubel471b9a62008-01-27 19:54:20 +080030config CAMSIG_MINOTAUR
31 bool "Cambridge Signal Processing LTD Minotaur"
32 depends on (BF537)
33 help
34 Board supply package for CSP Minotaur
35
Mike Frysinger4f25eb82007-11-15 20:49:44 +080036config GENERIC_BF537_BOARD
37 bool "Generic"
38 help
39 Generic or Custom board support.
40
41endchoice