Merge branches 'release', 'asus', 'sony-laptop' and 'thinkpad' into release
[pandora-kernel.git] / arch / blackfin / mach-bf537 / boards / Kconfig
1 choice
2         prompt "System type"
3         default BFIN537_STAMP
4         help
5           Select your board!
6
7 config BFIN537_STAMP
8         bool "BF537-STAMP"
9         help
10           BF537-STAMP board support.
11
12 config BFIN537_BLUETECHNIX_CM
13         bool "Bluetechnix CM-BF537"
14         depends on (BF537)
15         help
16           CM-BF537 support for EVAL- and DEV-Board.
17
18 config PNAV10
19         bool "PNAV board"
20         depends on (BF537)
21         help
22           PNAV board support.
23
24 config CAMSIG_MINOTAUR
25         bool "Cambridge Signal Processing LTD Minotaur"
26         depends on (BF537)
27         help
28           Board supply package for CSP Minotaur
29
30 config GENERIC_BF537_BOARD
31         bool "Generic"
32         help
33           Generic or Custom board support.
34
35 endchoice