diff mbox

[SAUCY,MAKO] UBUNTU: [Config] enable CONFIG_SUSPEND_TIME for suspend time stats

Message ID 1373651017-22238-1-git-send-email-colin.king@canonical.com
State New
Headers show

Commit Message

Colin Ian King July 12, 2013, 5:43 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Enable CONFIG_SUSPEND_TIME so that we can easily monitor suspend duration
for automated suspend regression checking.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 debian.mako/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tim Gardner July 12, 2013, 6:44 p.m. UTC | #1

diff mbox

Patch

diff --git a/debian.mako/config/config.common.ubuntu b/debian.mako/config/config.common.ubuntu
index fcfcf50..8ab998a 100644
--- a/debian.mako/config/config.common.ubuntu
+++ b/debian.mako/config/config.common.ubuntu
@@ -2430,7 +2430,7 @@  CONFIG_STRICT_DEVMEM=y
 # CONFIG_SUN_PARTITION is not set
 CONFIG_SUSPEND=y
 CONFIG_SUSPEND_FREEZER=y
-# CONFIG_SUSPEND_TIME is not set
+CONFIG_SUSPEND_TIME=y
 CONFIG_SWAP=y
 CONFIG_SWITCH=y
 CONFIG_SWITCH_FSA8008=y