diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-07-09 03:08:17 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-10 08:44:55 -0400 |
commit | 9ab24e4ef0b4e0a7eb8ea897c6178139aab3b260 (patch) | |
tree | 10bc8842f0c2e94033e892f5458a6bdab46533a9 /arch/arm/mach-pxa/Kconfig | |
parent | a5f426bda73a743fd105274fe299d446d50e692e (diff) |
[ARM] 5162/1: Common code for the Motorola EZX GSM phones
Common code for the different EZX GSM phones. Functions to control framebuffer,
backlight power, OHCI and UART init.
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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 |