diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index faa2c3f6c1af..3818b4720221 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -220,6 +220,42 @@ config PCM990_DISPLAY_NONE | |||
220 | endchoice | 220 | endchoice |
221 | 221 | ||
222 | 222 | ||
223 | config PXA_EZX | ||
224 | bool "Motorola EZX Platform" | ||
225 | select PXA27x | ||
226 | select IWMMXT | ||
227 | select HAVE_PWM | ||
228 | |||
229 | config MACH_EZX_A780 | ||
230 | bool "Motorola EZX A780" | ||
231 | default y | ||
232 | depends on PXA_EZX | ||
233 | |||
234 | config MACH_EZX_E680 | ||
235 | bool "Motorola EZX E680" | ||
236 | default y | ||
237 | depends on PXA_EZX | ||
238 | |||
239 | config MACH_EZX_A1200 | ||
240 | bool "Motorola EZX A1200" | ||
241 | default y | ||
242 | depends on PXA_EZX | ||
243 | |||
244 | config MACH_EZX_A910 | ||
245 | bool "Motorola EZX A910" | ||
246 | default y | ||
247 | depends on PXA_EZX | ||
248 | |||
249 | config MACH_EZX_E6 | ||
250 | bool "Motorola EZX E6" | ||
251 | default y | ||
252 | depends on PXA_EZX | ||
253 | |||
254 | config MACH_EZX_E2 | ||
255 | bool "Motorola EZX E2" | ||
256 | default y | ||
257 | depends on PXA_EZX | ||
258 | |||
223 | endmenu | 259 | endmenu |
224 | 260 | ||
225 | config PXA25x | 261 | config PXA25x |