r3586 - branches/src/target/kernel/2.6.24.x/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Dec 6 07:13:42 CET 2007


Author: laforge
Date: 2007-12-06 07:13:39 +0100 (Thu, 06 Dec 2007)
New Revision: 3586

Modified:
   branches/src/target/kernel/2.6.24.x/patches/gta02-core.patch
Log:
GTA02: Use S3C2442 as default CPU, offer S3C2440 support for backwards compat to early hardware


Modified: branches/src/target/kernel/2.6.24.x/patches/gta02-core.patch
===================================================================
--- branches/src/target/kernel/2.6.24.x/patches/gta02-core.patch	2007-12-06 06:02:36 UTC (rev 3585)
+++ branches/src/target/kernel/2.6.24.x/patches/gta02-core.patch	2007-12-06 06:13:39 UTC (rev 3586)
@@ -745,17 +745,25 @@
 ===================================================================
 --- linux-2.6.orig/arch/arm/mach-s3c2440/Kconfig
 +++ linux-2.6/arch/arm/mach-s3c2440/Kconfig
-@@ -74,5 +74,12 @@
+@@ -74,5 +74,20 @@
  	help
  	   Say Y here if you are using the FIC Neo1973 GSM Phone
  
 +config MACH_NEO1973_GTA02
 +	bool "FIC Neo1973 GSM Phone (GTA02 Hardware)"
-+	select CPU_S3C2440
++	select CPU_S3C2442
 +	select SENSORS_PCF50633
 +	help
 +	   Say Y here if you are using the FIC Neo1973 GSM Phone
 +
++config NEO1973_GTA02_2440
++	bool "Old FIC Neo1973 GTA02 hardware using S3C2440 CPU"
++	depends on MACH_NEO1973_GTA02
++	select CPU_S3C2440
++	help
++	   Say Y here if you are using an early hardware revision
++	   of the FIC/OpenMoko Neo1973 GTA02 GSM Phone.
++
  endmenu
  
 Index: linux-2.6/arch/arm/mach-s3c2440/Makefile





More information about the commitlog mailing list