diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-03-29 20:47:57 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-29 20:49:19 +0200 |
commit | 50e27651d42b32c556a24b5997ccc505c84d5f69 (patch) | |
tree | d7737b895f9a1ad1c5ab8dc42770f17f1c3eb295 /recipes/linux/linux-leviathan | |
parent | 5803d4e2d5914b707512492b7c36df032da94b95 (diff) |
linux-leviathan: defconfig: enable earlysuspend for console to fix suspend/resume w/ console on a VT
Diffstat (limited to 'recipes/linux/linux-leviathan')
-rw-r--r-- | recipes/linux/linux-leviathan/defconfig | 2 |
1 files changed, 1 insertions, 1 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 |