linux-oz-2.6: Akita updates to dev branch. Renable akita in defconfig and build in...
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 27 Oct 2005 21:32:45 +0000 (21:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 27 Oct 2005 21:32:45 +0000 (21:32 +0000)
packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-cxx00
packages/linux/linux-openzaurus_2.6.14-rc4.bb

index 61018b1..e1f54c8 100644 (file)
@@ -99,7 +99,7 @@ CONFIG_PXA_SHARPSL=y
 # CONFIG_MACH_HX2750 is not set
 # CONFIG_PXA_SHARPSL_25x is not set
 CONFIG_PXA_SHARPSL_27x=y
-# CONFIG_MACH_AKITA is not set
+CONFIG_MACH_AKITA=y
 CONFIG_MACH_SPITZ=y
 CONFIG_MACH_BORZOI=y
 # CONFIG_MACH_TOSA is not set
@@ -868,7 +868,7 @@ CONFIG_SA1100_RTC=y
 #
 # I2C support
 #
-CONFIG_I2C=m
+CONFIG_I2C=y
 # CONFIG_I2C_CHARDEV is not set
 
 #
@@ -881,7 +881,7 @@ CONFIG_I2C=m
 #
 # I2C Hardware Bus support
 #
-CONFIG_I2C_PXA=m
+CONFIG_I2C_PXA=y
 # CONFIG_I2C_PXA_SLAVE is not set
 # CONFIG_I2C_PARPORT_LIGHT is not set
 # CONFIG_I2C_STUB is not set
@@ -898,6 +898,7 @@ CONFIG_I2C_PXA=m
 # CONFIG_SENSORS_PCF8591 is not set
 # CONFIG_SENSORS_RTC8564 is not set
 # CONFIG_SENSORS_MAX6875 is not set
+CONFIG_MAX7310=y
 # CONFIG_I2C_DEBUG_CORE is not set
 # CONFIG_I2C_DEBUG_ALGO is not set
 # CONFIG_I2C_DEBUG_BUS is not set
index c0b2c8e..569450f 100644 (file)
@@ -1,6 +1,6 @@
 include linux-openzaurus.inc
 
-PR = "r1"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -26,9 +26,11 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \
            ${RPSRC}/ide_not_removable-r0.patch;patch=1 \
            ${RPSRC}/sharpsl_pm-r9.patch;patch=1 \
            ${RPSRC}/corgi_pm-r4.patch;patch=1 \
-           ${RPSRC}/spitz_base_extras-r3.patch;patch=1 \
-           ${RPSRC}/spitz_pm-r4.patch;patch=1 \
-           ${RPSRC}/spitzcf-r3.patch;patch=1 \
+           ${RPSRC}/spitz_base_extras-r4.patch;patch=1 \
+           ${RPSRC}/spitz_pm-r5.patch;patch=1 \
+           ${RPSRC}/spitz_cf-r4.patch;patch=1 \
+           ${RPSRC}/akita_mtd_fix-r0.patch;patch=1 \
+           ${RPSRC}/max7310-r0.patch;patch=1 \
            ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \
            ${RPSRC}/pxa_irda-r5.patch;patch=1 \
            ${RPSRC}/corgi_irda-r3.patch;patch=1 \
@@ -63,7 +65,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \
            ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \
            ${RPSRC}/alsa/alsa_soc-r3.patch;patch=1 \
            ${RPSRC}/alsa/ssp_pxa_regs-r0.patch;patch=1 \
-           ${RPSRC}/wm8731-r1.patch;patch=1 \
+           ${RPSRC}/wm8731-r2.patch;patch=1 \
            file://add-oz-release-string.patch;patch=1 \
            file://add-elpp-stuff.patch;patch=1 \
            file://pxa-serial-hack.patch;patch=1 \