]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-pxa/Kconfig
Merge branch 'at91' into devel
[linux-2.6-omap-h63xx.git] / arch / arm / mach-pxa / Kconfig
1 if ARCH_PXA
2
3 menu "Intel PXA2xx/PXA3xx Implementations"
4
5 if PXA3xx
6
7 menu "Supported PXA3xx Processor Variants"
8
9 config CPU_PXA300
10         bool "PXA300 (codename Monahans-L)"
11
12 config CPU_PXA310
13         bool "PXA310 (codename Monahans-LV)"
14         select CPU_PXA300
15
16 config CPU_PXA320
17         bool "PXA320 (codename Monahans-P)"
18
19 config CPU_PXA930
20         bool "PXA930 (codename Tavor-P)"
21
22 endmenu
23
24 endif
25
26 config ARCH_GUMSTIX
27         bool "Gumstix XScale boards"
28         help
29           Say Y here if you intend to run this kernel on a
30           Gumstix Full Function Minature Computer.
31
32 config MACH_GUMSTIX_F
33         bool "Basix, Connex, ws-200ax, ws-400ax systems"
34         depends on ARCH_GUMSTIX
35         select PXA25x
36
37 config ARCH_LUBBOCK
38         bool "Intel DBPXA250 Development Platform"
39         select PXA25x
40         select SA1111
41
42 config MACH_LOGICPD_PXA270
43         bool "LogicPD PXA270 Card Engine Development Platform"
44         select PXA27x
45         select HAVE_PWM
46
47 config MACH_MAINSTONE
48         bool "Intel HCDDBBVA0 Development Platform"
49         select PXA27x
50         select HAVE_PWM
51
52 config ARCH_PXA_IDP
53         bool "Accelent Xscale IDP"
54         select PXA25x
55
56 config PXA_SHARPSL
57         bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
58         select SHARP_SCOOP
59         select SHARP_PARAM
60         help
61           Say Y here if you intend to run this kernel on a
62           Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
63           SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
64           SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
65           handheld computer.
66
67 config MACH_POODLE
68         bool "Enable Sharp SL-5600 (Poodle) Support"
69         depends on PXA_SHARPSL
70         select PXA25x
71         select SHARP_LOCOMO
72         select PXA_SSP
73
74 config MACH_CORGI
75         bool "Enable Sharp SL-C700 (Corgi) Support"
76         depends on PXA_SHARPSL
77         select PXA25x
78         select PXA_SHARP_C7xx
79
80 config MACH_SHEPHERD
81         bool "Enable Sharp SL-C750 (Shepherd) Support"
82         depends on PXA_SHARPSL
83         select PXA25x
84         select PXA_SHARP_C7xx
85
86 config MACH_HUSKY
87         bool "Enable Sharp SL-C760 (Husky) Support"
88         depends on PXA_SHARPSL
89         select PXA25x
90         select PXA_SHARP_C7xx
91
92 config MACH_AKITA
93         bool "Enable Sharp SL-1000 (Akita) Support"
94         depends on PXA_SHARPSL
95         select PXA27x
96         select PXA_SHARP_Cxx00
97         select MACH_SPITZ
98         select I2C
99         select I2C_PXA
100
101 config MACH_SPITZ
102         bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
103         depends on PXA_SHARPSL
104         select PXA27x
105         select PXA_SHARP_Cxx00
106
107 config MACH_BORZOI
108         bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
109         depends on PXA_SHARPSL
110         select PXA27x
111         select PXA_SHARP_Cxx00
112
113 config MACH_TOSA
114         bool "Enable Sharp SL-6000x (Tosa) Support"
115         depends on PXA_SHARPSL
116         select PXA25x
117
118 config ARCH_PXA_ESERIES
119         bool "PXA based Toshiba e-series PDAs"
120         select PXA25x
121
122 config MACH_E330
123         bool "Toshiba e330"
124         default y
125         depends on ARCH_PXA_ESERIES
126         help
127           Say Y here if you intend to run this kernel on a Toshiba
128           e330 family PDA.
129
130 config MACH_E350
131         bool "Toshiba e350"
132         default y
133         depends on ARCH_PXA_ESERIES
134         help
135           Say Y here if you intend to run this kernel on a Toshiba
136           e350 family PDA.
137
138 config MACH_E740
139         bool "Toshiba e740"
140         default y
141         depends on ARCH_PXA_ESERIES
142         select FB_W100
143         help
144           Say Y here if you intend to run this kernel on a Toshiba
145           e740 family PDA.
146
147 config MACH_E750
148         bool "Toshiba e750"
149         default y
150         depends on ARCH_PXA_ESERIES
151         select FB_W100
152         help
153           Say Y here if you intend to run this kernel on a Toshiba
154           e750 family PDA.
155
156 config MACH_E400
157         bool "Toshiba e400"
158         default y
159         depends on ARCH_PXA_ESERIES
160         help
161           Say Y here if you intend to run this kernel on a Toshiba
162           e400 family PDA.
163
164 config MACH_E800
165         bool "Toshiba e800"
166         default y
167         depends on ARCH_PXA_ESERIES
168         select FB_W100
169         help
170           Say Y here if you intend to run this kernel on a Toshiba
171           e800 family PDA.
172
173 config MACH_TRIZEPS4
174         bool "Keith und Koep Trizeps4 DIMM-Module"
175         select PXA27x
176
177 config MACH_TRIZEPS4_CONXS
178         bool "ConXS Eval Board"
179         depends on MACH_TRIZEPS4
180
181 config MACH_EM_X270
182         bool "CompuLab EM-x270 platform"
183         select PXA27x
184
185 config MACH_COLIBRI
186         bool "Toradex Colibri PX27x"
187         select PXA27x
188
189 config MACH_ZYLONITE
190         bool "PXA3xx Development Platform (aka Zylonite)"
191         select PXA3xx
192         select HAVE_PWM
193
194 config MACH_LITTLETON
195         bool "PXA3xx Form Factor Platform (aka Littleton)"
196         select PXA3xx
197         select PXA_SSP
198
199 config MACH_TAVOREVB
200         bool "PXA930 Evaluation Board (aka TavorEVB)"
201         select PXA3xx
202         select PXA930
203
204 config MACH_SAAR
205         bool "PXA930 Handheld Platform (aka SAAR)"
206         select PXA3xx
207         select PXA930
208
209 config MACH_ARMCORE
210         bool "CompuLab CM-X270 modules"
211         select PXA27x
212         select IWMMXT
213         select ZONE_DMA if PCI
214
215 config MACH_MAGICIAN
216         bool "Enable HTC Magician Support"
217         select PXA27x
218         select IWMMXT
219
220 config MACH_PCM027
221         bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
222         select PXA27x
223         select IWMMXT
224         select PXA_SSP
225
226 config ARCH_PXA_PALM
227         bool "PXA based Palm PDAs"
228         select HAVE_PWM
229
230 config MACH_PALMTX
231         bool "Palm T|X"
232         default y
233         depends on ARCH_PXA_PALM
234         select PXA27x
235         select IWMMXT
236         help
237           Say Y here if you intend to run this kernel on a Palm T|X
238           handheld computer.
239
240 config MACH_PCM990_BASEBOARD
241         bool "PHYTEC PCM-990 development board"
242         select HAVE_PWM
243         depends on MACH_PCM027
244
245 choice
246         prompt "display on pcm990"
247         depends on MACH_PCM990_BASEBOARD
248
249 config PCM990_DISPLAY_SHARP
250         bool "sharp lq084v1dg21 stn display"
251
252 config PCM990_DISPLAY_NEC
253         bool "nec nl6448bc20_18d tft display"
254
255 config PCM990_DISPLAY_NONE
256         bool "no display"
257
258 endchoice
259
260
261 config PXA_EZX
262         bool "Motorola EZX Platform"
263         select PXA27x
264         select IWMMXT
265         select HAVE_PWM
266
267 config MACH_EZX_A780
268         bool "Motorola EZX A780"
269         default y
270         depends on PXA_EZX
271
272 config MACH_EZX_E680
273         bool "Motorola EZX E680"
274         default y
275         depends on PXA_EZX
276
277 config MACH_EZX_A1200
278         bool "Motorola EZX A1200"
279         default y
280         depends on PXA_EZX
281
282 config MACH_EZX_A910
283         bool "Motorola EZX A910"
284         default y
285         depends on PXA_EZX
286
287 config MACH_EZX_E6
288         bool "Motorola EZX E6"
289         default y
290         depends on PXA_EZX
291
292 config MACH_EZX_E2
293         bool "Motorola EZX E2"
294         default y
295         depends on PXA_EZX
296
297 endmenu
298
299 config PXA25x
300         bool
301         help
302           Select code specific to PXA21x/25x/26x variants
303
304 config PXA27x
305         bool
306         help
307           Select code specific to PXA27x variants
308
309 config PXA3xx
310         bool
311         help
312           Select code specific to PXA3xx variants
313
314 config PXA_SHARP_C7xx
315         bool
316         select PXA_SSP
317         select SHARPSL_PM
318         help
319           Enable support for all Sharp C7xx models
320
321 config PXA_SHARP_Cxx00
322         bool
323         select PXA_SSP
324         select SHARPSL_PM
325         help
326           Enable common support for Sharp Cxx00 models
327
328 config PXA_SSP
329         tristate
330         help
331           Enable support for PXA2xx SSP ports
332
333 config PXA_PWM
334         tristate
335         default BACKLIGHT_PWM
336         help
337           Enable support for PXA2xx/PXA3xx PWM controllers
338
339 config TOSA_BT
340         tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
341         depends on MACH_TOSA
342         select RFKILL
343         help
344           This is a simple driver that is able to control
345           the state of built in bluetooth chip on tosa.
346
347 endif