Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
[pandora-kernel.git] / arch / arm / mach-omap1 / Kconfig
1 if ARCH_OMAP1
2
3 menu "TI OMAP1 specific features"
4
5 comment "OMAP Core Type"
6         depends on ARCH_OMAP1
7
8 config ARCH_OMAP730
9         depends on ARCH_OMAP1
10         bool "OMAP730 Based System"
11         select CPU_ARM926T
12         select ARCH_OMAP_OTG
13
14 config ARCH_OMAP850
15         depends on ARCH_OMAP1
16         bool "OMAP850 Based System"
17         select CPU_ARM926T
18         select ARCH_OMAP_OTG
19
20 config ARCH_OMAP15XX
21         depends on ARCH_OMAP1
22         default y
23         bool "OMAP15xx Based System"
24         select CPU_ARM925T
25
26 config ARCH_OMAP16XX
27         depends on ARCH_OMAP1
28         bool "OMAP16xx Based System"
29         select CPU_ARM926T
30         select ARCH_OMAP_OTG
31
32 comment "OMAP Board Type"
33         depends on ARCH_OMAP1
34
35 config MACH_OMAP_INNOVATOR
36         bool "TI Innovator"
37         depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
38         select OMAP_MCBSP
39         help
40           TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
41           have such a board.
42
43 config MACH_OMAP_H2
44         bool "TI H2 Support"
45         depends on ARCH_OMAP1 && ARCH_OMAP16XX
46         select OMAP_MCBSP
47         help
48           TI OMAP 1610/1611B H2 board support. Say Y here if you have such
49           a board.
50
51 config MACH_OMAP_H3
52         bool "TI H3 Support"
53         depends on ARCH_OMAP1 && ARCH_OMAP16XX
54         help
55           TI OMAP 1710 H3 board support. Say Y here if you have such
56           a board.
57
58 config MACH_OMAP_HTCWIZARD
59         bool "HTC Wizard"
60         depends on ARCH_OMAP850
61         help
62           HTC Wizard smartphone support (AKA QTEK 9100, ...)
63
64 config MACH_HERALD
65         bool "HTC Herald"
66         depends on ARCH_OMAP850
67         help
68           HTC Herald smartphone support (AKA T-Mobile Wing, ...)
69
70 config MACH_OMAP_OSK
71         bool "TI OSK Support"
72         depends on ARCH_OMAP1 && ARCH_OMAP16XX
73         select OMAP_MCBSP
74         help
75           TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
76           if you have such a board.
77
78 config OMAP_OSK_MISTRAL
79         bool "Mistral QVGA board Support"
80         depends on MACH_OMAP_OSK
81         help
82           The OSK supports an optional add-on board with a Quarter-VGA
83           touchscreen, PDA-ish buttons, a resume button, bicolor LED,
84           and camera connector.  Say Y here if you have this board.
85
86 config MACH_OMAP_PERSEUS2
87         bool "TI Perseus2"
88         depends on ARCH_OMAP1 && ARCH_OMAP730
89         help
90           Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
91           a board.
92
93 config MACH_OMAP_FSAMPLE
94         bool "TI F-Sample"
95         depends on ARCH_OMAP1 && ARCH_OMAP730
96         help
97           Support for TI OMAP 850 F-Sample board. Say Y here if you have such
98           a board.
99
100 config MACH_VOICEBLUE
101         bool "Voiceblue"
102         depends on ARCH_OMAP1 && ARCH_OMAP15XX
103         help
104           Support for Voiceblue GSM/VoIP gateway. Say Y here if you have
105           such a board.
106
107 config MACH_OMAP_PALMTE
108         bool "Palm Tungsten E"
109         depends on ARCH_OMAP1 && ARCH_OMAP15XX
110         help
111           Support for the Palm Tungsten E PDA.  To boot the kernel, you'll
112           need a PalmOS compatible bootloader; check out
113           http://palmtelinux.sourceforge.net/ for more information.
114           Say Y here if you have this PDA model, say N otherwise.
115
116 config MACH_OMAP_PALMZ71
117         bool "Palm Zire71"
118         depends on ARCH_OMAP1 && ARCH_OMAP15XX
119         help
120          Support for the Palm Zire71 PDA. To boot the kernel,
121          you'll need a PalmOS compatible bootloader; check out
122          http://hackndev.com/palm/z71 for more information.
123          Say Y here if you have such a PDA, say N otherwise.
124
125 config MACH_OMAP_PALMTT
126         bool "Palm Tungsten|T"
127         depends on ARCH_OMAP1 && ARCH_OMAP15XX
128         help
129           Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
130           need a PalmOS compatible bootloader (Garux); check out
131           http://garux.sourceforge.net/ for more information.
132           Say Y here if you have this PDA model, say N otherwise.
133
134 config MACH_SX1
135         bool "Siemens SX1"
136         depends on ARCH_OMAP1 && ARCH_OMAP15XX
137         help
138           Support for the Siemens SX1 phone. To boot the kernel,
139           you'll need a SX1 compatible bootloader; check out
140           http://forum.oslik.ru and
141           http://www.handhelds.org/moin/moin.cgi/SiemensSX1
142           for more information.
143           Say Y here if you have such a phone, say NO otherwise.
144
145 config MACH_NOKIA770
146         bool "Nokia 770"
147         depends on ARCH_OMAP1 && ARCH_OMAP16XX
148         help
149           Support for the Nokia 770 Internet Tablet. Say Y here if you
150           have such a device.
151
152 config MACH_AMS_DELTA
153         bool "Amstrad E3 (Delta)"
154         depends on ARCH_OMAP1 && ARCH_OMAP15XX
155         select FIQ
156         help
157           Support for the Amstrad E3 (codename Delta) videophone. Say Y here
158           if you have such a device.
159
160 config MACH_OMAP_GENERIC
161         bool "Generic OMAP board"
162         depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
163         help
164           Support for generic OMAP-1510, 1610 or 1710 board with
165           no FPGA. Can be used as template for porting Linux to
166           custom OMAP boards. Say Y here if you have a custom
167           board.
168
169 comment "OMAP CPU Speed"
170         depends on ARCH_OMAP1
171
172 config OMAP_CLOCKS_SET_BY_BOOTLOADER
173         bool "OMAP clocks set by bootloader"
174         depends on ARCH_OMAP1
175         help
176           Enable this option to prevent the kernel from overriding the clock
177           frequencies programmed by bootloader for MPU, DSP, MMUs, TC,
178           internal LCD controller and MPU peripherals.
179
180 config OMAP_ARM_216MHZ
181         bool "OMAP ARM 216 MHz CPU (1710 only)"
182         depends on ARCH_OMAP1 && ARCH_OMAP16XX
183         help
184           Enable 216 MHz clock for OMAP1710 CPU. If unsure, say N.
185
186 config OMAP_ARM_195MHZ
187         bool "OMAP ARM 195 MHz CPU"
188         depends on ARCH_OMAP1 && (ARCH_OMAP730 || ARCH_OMAP850)
189         help
190           Enable 195MHz clock for OMAP CPU. If unsure, say N.
191
192 config OMAP_ARM_192MHZ
193         bool "OMAP ARM 192 MHz CPU"
194         depends on ARCH_OMAP1 && ARCH_OMAP16XX
195         help
196           Enable 192MHz clock for OMAP CPU. If unsure, say N.
197
198 config OMAP_ARM_182MHZ
199         bool "OMAP ARM 182 MHz CPU"
200         depends on ARCH_OMAP1 && (ARCH_OMAP730 || ARCH_OMAP850)
201         help
202           Enable 182MHz clock for OMAP CPU. If unsure, say N.
203
204 config OMAP_ARM_168MHZ
205         bool "OMAP ARM 168 MHz CPU"
206         depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
207         help
208           Enable 168MHz clock for OMAP CPU. If unsure, say N.
209
210 config OMAP_ARM_150MHZ
211         bool "OMAP ARM 150 MHz CPU"
212         depends on ARCH_OMAP1 && ARCH_OMAP15XX
213         help
214           Enable 150MHz clock for OMAP CPU. If unsure, say N.
215
216 config OMAP_ARM_120MHZ
217         bool "OMAP ARM 120 MHz CPU"
218         depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
219         help
220           Enable 120MHz clock for OMAP CPU. If unsure, say N.
221
222 config OMAP_ARM_96MHZ
223         bool "OMAP ARM 96 MHz CPU"
224         depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
225         help
226           Enable 96MHz clock for OMAP CPU. If unsure, say N.
227
228 config OMAP_ARM_60MHZ
229         bool "OMAP ARM 60 MHz CPU"
230         depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
231         default y
232         help
233           Enable 60MHz clock for OMAP CPU. If unsure, say Y.
234
235 config OMAP_ARM_30MHZ
236         bool "OMAP ARM 30 MHz CPU"
237         depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
238         help
239           Enable 30MHz clock for OMAP CPU. If unsure, say N.
240
241 endmenu
242
243 endif