omap3-pandora-kernel: bump for cpu/PMON patches
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 5 Jun 2011 16:42:32 +0000 (19:42 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 5 Jun 2011 20:00:37 +0000 (23:00 +0300)
Also enable the new PMON stuff in defconfig, along
with placing BQ27x00 in Kconfig order.

recipes/linux/omap3-pandora-kernel/defconfig
recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb

index 8a00aac..ef82300 100644 (file)
@@ -257,6 +257,8 @@ CONFIG_ARM_THUMBEE=y
 # CONFIG_CPU_BPREDICT_DISABLE is not set
 CONFIG_HAS_TLS_REG=y
 # CONFIG_OUTER_CACHE is not set
+CONFIG_USER_L2_PLE=y
+CONFIG_USER_PMON=y
 
 #
 # Bus support
@@ -264,6 +266,7 @@ CONFIG_HAS_TLS_REG=y
 # CONFIG_PCI_SYSCALL is not set
 # CONFIG_ARCH_SUPPORTS_MSI is not set
 # CONFIG_PCCARD is not set
+CONFIG_CPU_V7_SYSFS=y
 
 #
 # Kernel Features
@@ -982,8 +985,8 @@ CONFIG_POWER_SUPPLY=y
 # CONFIG_POWER_SUPPLY_DEBUG is not set
 # CONFIG_PDA_POWER is not set
 # CONFIG_BATTERY_DS2760 is not set
-CONFIG_BATTERY_BQ27x00=y
 CONFIG_TWL4030_BCI_BATTERY=y
+CONFIG_BATTERY_BQ27x00=y
 CONFIG_HWMON=m
 # CONFIG_HWMON_VID is not set
 # CONFIG_SENSORS_AD7414 is not set
index 788c724..e6674cf 100755 (executable)
@@ -5,7 +5,7 @@ KERNEL_IMAGETYPE = "uImage"
 
 COMPATIBLE_MACHINE = "omap3-pandora"
 
-SRCREV = "de97a300975433c0ebbc53f2c35eff4e492afd84"
+SRCREV = "42fe5e655205146e03846719dc7eaac38c10d22e"
 
 SRC_URI = " \
            git://git.openpandora.org/pandora-kernel.git;protocol=git;branch=pandora-27-omap1 \