vserver 1.9.5.x5
[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 config PXA_SHARPSL
22         bool "SHARP SL-C7xx Models (Corgi, Shepherd and Husky)"
23         select PXA25x
24         help
25           Say Y here if you intend to run this kernel on a
26           Sharp SL-C700 (Corgi), SL-C750 (Shepherd) or a
27           Sharp SL-C760 (Husky) handheld computer.
28
29 endchoice
30
31 endmenu
32
33 config MACH_CORGI
34         bool "Enable Sharp SL-C700 (Corgi) Support"
35         depends PXA_SHARPSL
36
37 config MACH_SHEPHERD
38         bool "Enable Sharp SL-C750 (Shepherd) Support"
39         depends PXA_SHARPSL
40
41 config MACH_HUSKY
42         bool "Enable Sharp SL-C760 (Husky) Support"
43         depends PXA_SHARPSL
44
45 config PXA25x
46         bool
47         help
48           Select code specific to PXA21x/25x/26x variants
49
50 config PXA27x
51         bool
52         help
53           Select code specific to PXA27x variants
54
55 config IWMMXT
56         bool
57         help
58           Enable support for iWMMXt
59
60 endif