vserver 1.9.3
[linux-2.6.git] / arch / arm / mach-pxa / Kconfig
1 if ARCH_PXA
2
3 menu "Intel PXA2xx Implementations"
4
5 choice
6         prompt "Select target board"
7
8 config ARCH_LUBBOCK
9         bool "Intel DBPXA250 Development Platform"
10         select PXA25x
11
12 config MACH_MAINSTONE
13         bool "Intel HCDDBBVA0 Development Platform"
14         select PXA27x
15         select IWMMXT
16
17 config ARCH_PXA_IDP
18         bool "Accelent Xscale IDP"
19         select PXA25x
20
21 endchoice
22
23 endmenu
24
25 config PXA25x
26         bool
27         help
28           Select code specific to PXA21x/25x/26x variants
29
30 config PXA27x
31         bool
32         help
33           Select code specific to PXA27x variants
34
35 config IWMMXT
36         bool
37         help
38           Enable support for iWMMXt
39
40 endif