Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-pxa / Kconfig
blob405a55f2287cc8b0b459f431effca8bc25d4ebdb
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
11         select SA1111
13 config MACH_MAINSTONE
14         bool "Intel HCDDBBVA0 Development Platform"
15         select PXA27x
16         select IWMMXT
18 config ARCH_PXA_IDP
19         bool "Accelent Xscale IDP"
20         select PXA25x
22 config PXA_SHARPSL
23         bool "SHARP SL-5600 and SL-C7xx Models"
24         select PXA25x
25         select SHARP_SCOOP
26         select SHARP_PARAM
27         help
28           Say Y here if you intend to run this kernel on a
29           Sharp SL-5600 (Poodle), Sharp SL-C700 (Corgi),
30           SL-C750 (Shepherd) or a Sharp SL-C760 (Husky)
31           handheld computer.
33 endchoice
35 endmenu
37 config MACH_POODLE
38         bool "Enable Sharp SL-5600 (Poodle) Support"
39         depends PXA_SHARPSL
40         select SHARP_LOCOMO
42 config MACH_CORGI
43         bool "Enable Sharp SL-C700 (Corgi) Support"
44         depends PXA_SHARPSL
45         select PXA_SHARP_C7xx
47 config MACH_SHEPHERD
48         bool "Enable Sharp SL-C750 (Shepherd) Support"
49         depends PXA_SHARPSL
50         select PXA_SHARP_C7xx
52 config MACH_HUSKY
53         bool "Enable Sharp SL-C760 (Husky) Support"
54         depends PXA_SHARPSL
55         select PXA_SHARP_C7xx
57 config PXA25x
58         bool
59         help
60           Select code specific to PXA21x/25x/26x variants
62 config PXA27x
63         bool
64         help
65           Select code specific to PXA27x variants
67 config IWMMXT
68         bool
69         help
70           Enable support for iWMMXt
72 config PXA_SHARP_C7xx
73         bool
74         help
75           Enable support for all Sharp C7xx models
77 endif