Pull bugzilla-5737 into release branch
[sfrench/cifs-2.6.git] / arch / arm / mach-at91rm9200 / Kconfig
1 if ARCH_AT91RM9200
2
3 menu "AT91RM9200 Implementations"
4
5 comment "AT91RM9200 Board Type"
6
7 config MACH_ONEARM
8         bool "Ajeco 1ARM Single Board Computer"
9         depends on ARCH_AT91RM9200
10         help
11           Select this if you are using Ajeco's 1ARM Single Board Computer
12
13 config ARCH_AT91RM9200DK
14         bool "Atmel AT91RM9200-DK Development board"
15         depends on ARCH_AT91RM9200
16         help
17           Select this if you are using Atmel's AT91RM9200-DK Development board
18
19 config MACH_AT91RM9200EK
20         bool "Atmel AT91RM9200-EK Evaluation Kit"
21         depends on ARCH_AT91RM9200
22         help
23           Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit
24
25 config MACH_CSB337
26         bool "Cogent CSB337 board"
27         depends on ARCH_AT91RM9200
28         help
29           Select this if you are using Cogent's CSB337 board
30
31 config MACH_CSB637
32         bool "Cogent CSB637 board"
33         depends on ARCH_AT91RM9200
34         help
35           Select this if you are using Cogent's CSB637 board
36
37 config MACH_CARMEVA
38         bool "Conitec's ARM&EVA"
39         depends on ARCH_AT91RM9200
40         help
41           Select this if you are using Conitec's AT91RM9200-MCU-Module
42
43 config MACH_KB9200
44         bool "KwikByte's KB920x"
45         depends on ARCH_AT91RM9200
46         help
47           Select this if you are using KwikByte's KB920x board
48
49 config MACH_ATEB9200
50         bool "Embest's ATEB9200"
51         depends on ARCH_AT91RM9200
52         help
53           Select this if you are using Embest's ATEB9200 board
54
55 config MACH_KAFA
56         bool "Sperry-Sun KAFA board"
57         depends on ARCH_AT91RM9200
58         help
59           Select this if you are using Sperry-Sun's KAFA board
60
61
62 comment "AT91RM9200 Feature Selections"
63
64 config AT91_PROGRAMMABLE_CLOCKS
65         bool "Programmable Clocks"
66         help
67           Select this if you need to program one or more of the PCK0..PCK3
68           programmable clock outputs.
69
70 endmenu
71
72 endif