diff -Naur linux-2.6.25/arch/arm/Kconfig linux-2.6.25.ep93xx/arch/arm/Kconfig
--- linux-2.6.25/arch/arm/Kconfig	2008-04-16 21:49:44.000000000 -0500
+++ linux-2.6.25.ep93xx/arch/arm/Kconfig	2008-08-22 09:52:32.000000000 -0500
@@ -171,6 +171,9 @@
 	help
 	  The base address of exception vectors.
 
+config RUNTIME_PHYS_OFFSET
+	bool
+
 source "init/Kconfig"
 
 menu "System Type"
@@ -255,6 +258,7 @@
 	select ARM_AMBA
 	select ARM_VIC
 	select GENERIC_GPIO
+	select RUNTIME_PHYS_OFFSET
 	help
 	  This enables support for the Cirrus EP93xx series of CPUs.
 
@@ -947,6 +951,12 @@
 	  Should the atags used to boot the kernel be exported in an "atags"
 	  file in procfs. Useful with kexec.
 
+config ARM_QUIET_BOOT
+	bool "Quiet serial port"
+	default n
+	help
+      Quiets "Uncompressing Linux" message string for the serial port.
+
 endmenu
 
 if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX || ARCH_PXA)
@@ -1132,6 +1142,8 @@
 
 source "drivers/input/Kconfig"
 
+source "drivers/ioex/Kconfig"
+
 source "drivers/char/Kconfig"
 
 source "drivers/i2c/Kconfig"
