[ARM] pxa: move pxa310 specific MMC3 clk out of generic pxa3xx.c
[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 22
90b8fc34
JK
23config ARCH_GUMSTIX
24 bool "Gumstix XScale boards"
25 help
26 Say Y here if you intend to run this kernel on a
27 Gumstix Full Function Minature Computer.
28
c0b8556f
DB
29config MACH_GUMSTIX_F
30 bool "Basix, Connex, ws-200ax, ws-400ax systems"
31 depends on ARCH_GUMSTIX
32 select PXA25x
33
1da177e4
LT
34config ARCH_LUBBOCK
35 bool "Intel DBPXA250 Development Platform"
36 select PXA25x
37 select SA1111
38
e9937d4b
LB
39config MACH_LOGICPD_PXA270
40 bool "LogicPD PXA270 Card Engine Development Platform"
41 select PXA27x
4a730719 42 select HAVE_PWM
e9937d4b 43
1da177e4
LT
44config MACH_MAINSTONE
45 bool "Intel HCDDBBVA0 Development Platform"
46 select PXA27x
402e4909 47 select HAVE_PWM
1da177e4
LT
48
49config ARCH_PXA_IDP
50 bool "Accelent Xscale IDP"
51 select PXA25x
52
53config PXA_SHARPSL
0dd28f1d 54 bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
1da177e4
LT
55 select SHARP_SCOOP
56 select SHARP_PARAM
57 help
58 Say Y here if you intend to run this kernel on a
0dd28f1d
RP
59 Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
60 SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
8459c159
DO
61 SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
62 handheld computer.
1da177e4 63
c7b4f5ba
DB
64config MACH_POODLE
65 bool "Enable Sharp SL-5600 (Poodle) Support"
66 depends on PXA_SHARPSL
67 select PXA25x
68 select SHARP_LOCOMO
69 select PXA_SSP
70
71config MACH_CORGI
72 bool "Enable Sharp SL-C700 (Corgi) Support"
73 depends on PXA_SHARPSL
74 select PXA25x
75 select PXA_SHARP_C7xx
76
77config MACH_SHEPHERD
78 bool "Enable Sharp SL-C750 (Shepherd) Support"
79 depends on PXA_SHARPSL
80 select PXA25x
81 select PXA_SHARP_C7xx
82
83config MACH_HUSKY
84 bool "Enable Sharp SL-C760 (Husky) Support"
85 depends on PXA_SHARPSL
86 select PXA25x
87 select PXA_SHARP_C7xx
88
89config MACH_AKITA
90 bool "Enable Sharp SL-1000 (Akita) Support"
91 depends on PXA_SHARPSL
92 select PXA27x
93 select PXA_SHARP_Cxx00
94 select MACH_SPITZ
95 select I2C
96 select I2C_PXA
97
98config MACH_SPITZ
99 bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
100 depends on PXA_SHARPSL
101 select PXA27x
102 select PXA_SHARP_Cxx00
103
104config MACH_BORZOI
105 bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
106 depends on PXA_SHARPSL
107 select PXA27x
108 select PXA_SHARP_Cxx00
109
110config MACH_TOSA
111 bool "Enable Sharp SL-6000x (Tosa) Support"
112 depends on PXA_SHARPSL
113 select PXA25x
114
3abcd199
IM
115config ARCH_PXA_ESERIES
116 bool "PXA based Toshiba e-series PDAs"
117 select PXA25x
118
119config MACH_E330
120 bool "Toshiba e330"
121 default y
122 depends on ARCH_PXA_ESERIES
123 help
124 Say Y here if you intend to run this kernel on a Toshiba
125 e330 family PDA.
126
127config MACH_E740
128 bool "Toshiba e740"
129 default y
130 depends on ARCH_PXA_ESERIES
131 help
132 Say Y here if you intend to run this kernel on a Toshiba
133 e740 family PDA.
134
135config MACH_E750
136 bool "Toshiba e750"
137 default y
138 depends on ARCH_PXA_ESERIES
139 help
140 Say Y here if you intend to run this kernel on a Toshiba
141 e750 family PDA.
142
143config MACH_E400
144 bool "Toshiba e400"
145 default y
146 depends on ARCH_PXA_ESERIES
147 help
148 Say Y here if you intend to run this kernel on a Toshiba
149 e400 family PDA.
150
151config MACH_E800
152 bool "Toshiba e800"
153 default y
154 depends on ARCH_PXA_ESERIES
155 help
156 Say Y here if you intend to run this kernel on a Toshiba
157 e800 family PDA.
158