[ARM] pxa: skip registers saving/restoring if entering standby mode
[deliverable/linux.git] / arch / arm / mach-pxa / Kconfig
CommitLineData
1da177e4
LT
1if ARCH_PXA
2
2c8086a5 3menu "Intel PXA2xx/PXA3xx Implementations"
4
5if PXA3xx
6
7menu "Supported PXA3xx Processor Variants"
8
9config CPU_PXA300
10 bool "PXA300 (codename Monahans-L)"
11
12config CPU_PXA310
13 bool "PXA310 (codename Monahans-LV)"
14 select CPU_PXA300
15
16config CPU_PXA320
17 bool "PXA320 (codename Monahans-P)"
18
19endmenu
20
21endif
1da177e4
LT
22
23choice
24 prompt "Select target board"
25
26config ARCH_LUBBOCK
27 bool "Intel DBPXA250 Development Platform"
28 select PXA25x
29 select SA1111
30
e9937d4b
LB
31config MACH_LOGICPD_PXA270
32 bool "LogicPD PXA270 Card Engine Development Platform"
33 select PXA27x
e9937d4b 34
1da177e4
LT
35config MACH_MAINSTONE
36 bool "Intel HCDDBBVA0 Development Platform"
37 select PXA27x
1da177e4
LT
38
39config ARCH_PXA_IDP
40 bool "Accelent Xscale IDP"
41 select PXA25x
42
43config PXA_SHARPSL
0dd28f1d 44 bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
1da177e4
LT
45 select SHARP_SCOOP
46 select SHARP_PARAM
47 help
48 Say Y here if you intend to run this kernel on a
0dd28f1d
RP
49 Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
50 SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
8459c159
DO
51 SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
52 handheld computer.
1da177e4 53