linux-leviathan: defconfig: enable earlysuspend for console to fix suspend/resume...
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Mon, 29 Mar 2010 18:47:57 +0000 (20:47 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 29 Mar 2010 18:49:19 +0000 (20:49 +0200)
recipes/linux/linux-leviathan/defconfig
recipes/linux/linux-leviathan_git.bb

index ab43ceb..f24a1ad 100644 (file)
@@ -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
index 3a5b8a5..82e8502 100644 (file)
@@ -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"