a9648c82f0b1b85c6095c9464940b09b546d1f2a
[linux-2.6.git] / arch / arm / mach-pxa / Kconfig
1
2 menu "Intel PXA2xx Implementations"
3
4 choice
5         prompt "Select target board"
6         depends on ARCH_PXA
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