--- /mnt/cross/src/linux-2.6.19.1/arch/arm/mach-pxa/Kconfig.orig	2006-12-30 10:28:50.000000000 +0800
+++ /mnt/cross/src/linux-2.6.19.1/arch/arm/mach-pxa/Kconfig	2006-12-30 10:33:53.000000000 +0800
@@ -18,6 +18,11 @@ config MACH_MAINSTONE
 	bool "Intel HCDDBBVA0 Development Platform"
 	select PXA27x
 
+config ARCH_EZX
+	bool "Motorola EZX base phones"
+	select PXA27x
+	select IWMMXT
+
 config ARCH_PXA_IDP
 	bool "Accelent Xscale IDP"
 	select PXA25x
@@ -56,6 +61,21 @@ endchoice
 
 endif
 
+if ARCH_EZX
+
+choice
+	prompt "Select your phone type"
+
+config ARCH_EZX_SUMATRA
+	bool "ROKR E2"
+
+config ARCH_EZX_A780
+	bool "A780"
+
+endchoice
+
+endif
+
 if MACH_TRIZEPS4
 
 choice
