summaryrefslogtreecommitdiff
path: root/recipes/linux
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-03-29 20:47:57 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-29 20:49:19 +0200
commit50e27651d42b32c556a24b5997ccc505c84d5f69 (patch)
treed7737b895f9a1ad1c5ab8dc42770f17f1c3eb295 /recipes/linux
parent5803d4e2d5914b707512492b7c36df032da94b95 (diff)
linux-leviathan: defconfig: enable earlysuspend for console to fix suspend/resume w/ console on a VT
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux-leviathan/defconfig2
-rw-r--r--recipes/linux/linux-leviathan_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-leviathan/defconfig b/recipes/linux/linux-leviathan/defconfig
index ab43ceb05d..f24a1ad972 100644
--- a/recipes/linux/linux-leviathan/defconfig
+++ b/recipes/linux/linux-leviathan/defconfig
@@ -372,7 +372,7 @@ CONFIG_WAKELOCK_STAT=y
CONFIG_USER_WAKELOCK=y
CONFIG_EARLYSUSPEND=y
# CONFIG_NO_USER_SPACE_SCREEN_ACCESS_CONTROL is not set
-# CONFIG_CONSOLE_EARLYSUSPEND is not set
+CONFIG_CONSOLE_EARLYSUSPEND=y
CONFIG_FB_EARLYSUSPEND=y
# CONFIG_APM_EMULATION is not set
# CONFIG_PM_RUNTIME is not set
diff --git a/recipes/linux/linux-leviathan_git.bb b/recipes/linux/linux-leviathan_git.bb
index 3a5b8a534b..82e85029d9 100644
--- a/recipes/linux/linux-leviathan_git.bb
+++ b/recipes/linux/linux-leviathan_git.bb
@@ -2,7 +2,7 @@ require linux.inc
DEPENDS = "android-image-utils-native"
PV = "2.6.32+${PR}+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
COMPATIBLE_MACHINE = "htcdream"
CMDLINE = "console=tty0 no_console_suspend=1 root=/dev/mmcblk0p1 rootdelay=8 fbcon=rotate:1 panic=30 mem=110M"