r1034 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sat Feb 17 14:21:57 CET 2007


Author: laforge
Date: 2007-02-17 14:21:56 +0100 (Sat, 17 Feb 2007)
New Revision: 1034

Modified:
   trunk/src/target/kernel/patches/gta01-jbt6k74.patch
Log:
Select the drivers that this build depends on
in the Kconfig to ensure that the build does
not fail

Signed-off-by: Ben Dooks <ben-linux at fluff.org>


Modified: trunk/src/target/kernel/patches/gta01-jbt6k74.patch
===================================================================
--- trunk/src/target/kernel/patches/gta01-jbt6k74.patch	2007-02-17 13:20:52 UTC (rev 1033)
+++ trunk/src/target/kernel/patches/gta01-jbt6k74.patch	2007-02-17 13:21:56 UTC (rev 1034)
@@ -3,8 +3,8 @@
 
 Index: linux-2.6.20/drivers/spi/Kconfig
 ===================================================================
---- linux-2.6.20.orig/drivers/spi/Kconfig	2007-02-17 13:36:18.000000000 +0100
-+++ linux-2.6.20/drivers/spi/Kconfig	2007-02-17 13:59:19.000000000 +0100
+--- linux-2.6.20.orig/drivers/spi/Kconfig	2007-02-17 14:19:37.000000000 +0100
++++ linux-2.6.20/drivers/spi/Kconfig	2007-02-17 14:20:46.000000000 +0100
 @@ -129,5 +129,9 @@
  
  # (slave support would go here)
@@ -17,8 +17,8 @@
  
 Index: linux-2.6.20/drivers/spi/Makefile
 ===================================================================
---- linux-2.6.20.orig/drivers/spi/Makefile	2007-02-17 13:36:18.000000000 +0100
-+++ linux-2.6.20/drivers/spi/Makefile	2007-02-17 13:59:19.000000000 +0100
+--- linux-2.6.20.orig/drivers/spi/Makefile	2007-02-17 14:19:37.000000000 +0100
++++ linux-2.6.20/drivers/spi/Makefile	2007-02-17 14:20:46.000000000 +0100
 @@ -26,4 +26,5 @@
  # 	... add above this line ...
  
@@ -28,7 +28,7 @@
 Index: linux-2.6.20/drivers/spi/jbt6k74.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.20/drivers/spi/jbt6k74.c	2007-02-17 14:00:05.000000000 +0100
++++ linux-2.6.20/drivers/spi/jbt6k74.c	2007-02-17 14:20:46.000000000 +0100
 @@ -0,0 +1,532 @@
 +/* Linux kernel driver for the tpo JBT6K74-AS LCM ASIC
 + *
@@ -562,3 +562,15 @@
 +
 +module_init(jbt_init);
 +module_exit(jbt_exit);
+Index: linux-2.6.20/arch/arm/mach-s3c2410/Kconfig
+===================================================================
+--- linux-2.6.20.orig/arch/arm/mach-s3c2410/Kconfig	2007-02-17 14:20:52.000000000 +0100
++++ linux-2.6.20/arch/arm/mach-s3c2410/Kconfig	2007-02-17 14:21:13.000000000 +0100
+@@ -89,6 +89,7 @@
+ config MACH_GTA01
+ 	bool "FIC Neo1973 GSM Phone"
+ 	select CPU_S3C2410
++	select SPI_SLAVE_JBT6K74
+ 	help
+ 	   Say Y here if you are using the FIC Neo1973 GSM Phone
+ 





More information about the commitlog mailing list