]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/blackfin/mach-bf537/boards/Kconfig
Blackfin arch: add support for board tcm-bf537
[linux-2.6-omap-h63xx.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 BFIN537_BLUETECHNIX_TCM
19         bool "Bluetechnix TCM-BF537"
20         depends on (BF537)
21         help
22           TCM-BF537 support for EVAL- and DEV-Board.
23
24 config PNAV10
25         bool "PNAV board"
26         depends on (BF537)
27         help
28           PNAV board support.
29
30 config CAMSIG_MINOTAUR
31         bool "Cambridge Signal Processing LTD Minotaur"
32         depends on (BF537)
33         help
34           Board supply package for CSP Minotaur
35
36 config GENERIC_BF537_BOARD
37         bool "Generic"
38         help
39           Generic or Custom board support.
40
41 endchoice