initial commit with v2.6.9
[linux-2.6.9-moxart.git] / arch / arm / mach-pxa / Kconfig
blobbb28824d8cd1e39627369ffed0a5d2f1cc86e43b
1 if ARCH_PXA
3 menu "Intel PXA2xx Implementations"
5 choice
6         prompt "Select target board"
8 config ARCH_LUBBOCK
9         bool "Intel DBPXA250 Development Platform"
10         select PXA25x
12 config MACH_MAINSTONE
13         bool "Intel HCDDBBVA0 Development Platform"
14         select PXA27x
15         select IWMMXT
17 config ARCH_PXA_IDP
18         bool "Accelent Xscale IDP"
19         select PXA25x
21 endchoice
23 endmenu
25 config PXA25x
26         bool
27         help
28           Select code specific to PXA21x/25x/26x variants
30 config PXA27x
31         bool
32         help
33           Select code specific to PXA27x variants
35 config IWMMXT
36         bool
37         help
38           Enable support for iWMMXt
40 endif