[ARM] 4867/1: Adds flash, udc, mci support for gumstix F boards
[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
90b8fc34
JK
26config ARCH_GUMSTIX
27 bool "Gumstix XScale boards"
28 help
29 Say Y here if you intend to run this kernel on a
30 Gumstix Full Function Minature Computer.
31
1da177e4
LT
32config ARCH_LUBBOCK
33 bool "Intel DBPXA250 Development Platform"
34 select PXA25x
35 select SA1111
36
e9937d4b
LB
37config MACH_LOGICPD_PXA270
38 bool "LogicPD PXA270 Card Engine Development Platform"
39 select PXA27x
e9937d4b 40
1da177e4
LT
41config MACH_MAINSTONE
42 bool "Intel HCDDBBVA0 Development Platform"
43 select PXA27x
1da177e4
LT
44
45config ARCH_PXA_IDP
46 bool "Accelent Xscale IDP"
47 select PXA25x
48
49config PXA_SHARPSL
0dd28f1d 50 bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
1da177e4
LT
51 select SHARP_SCOOP
52 select SHARP_PARAM
53 help
54 Say Y here if you intend to run this kernel on a
0dd28f1d
RP
55 Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
56 SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
8459c159
DO
57 SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
58 handheld computer.
1da177e4 59
3abcd199
IM
60config ARCH_PXA_ESERIES
61 bool "PXA based Toshiba e-series PDAs"
62 select PXA25x
63
64config MACH_E330
65 bool "Toshiba e330"
66 default y
67 depends on ARCH_PXA_ESERIES
68 help
69 Say Y here if you intend to run this kernel on a Toshiba
70 e330 family PDA.
71
72config MACH_E740
73 bool "Toshiba e740"
74 default y
75 depends on ARCH_PXA_ESERIES
76 help
77 Say Y here if you intend to run this kernel on a Toshiba
78 e740 family PDA.
79
80config MACH_E750
81 bool "Toshiba e750"
82 default y
83 depends on ARCH_PXA_ESERIES
84 help
85 Say Y here if you intend to run this kernel on a Toshiba
86 e750 family PDA.
87
88config MACH_E400
89 bool "Toshiba e400"
90 default y
91 depends on ARCH_PXA_ESERIES
92 help
93 Say Y here if you intend to run this kernel on a Toshiba
94 e400 family PDA.
95
96config MACH_E800
97 bool "Toshiba e800"
98 default y
99 depends on ARCH_PXA_ESERIES
100 help
101 Say Y here if you intend to run this kernel on a Toshiba
102 e800 family PDA.
103