summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-03-02 12:19:24 +0000
committerLeann Ogasawara <leann.ogasawara@canonical.com>2010-08-20 15:58:35 -0700
commitfe01ac5daaf6d7b5ada3f2ba1216e856b7ebb793 (patch)
treebe2d122baa4c13ecaa5f42d5cc2d569fb3d6c6c9 /kernel
parent19d61f5aea848892f36af8c38e21f4c16ab1a45e (diff)
UBUNTU: SAUCE: PM report driver and device suspend/resume times -- move config
Fix the location of the configuration option to work with branches which do not have full PM support enabled. Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index 41201f95118e..ca6066a6952e 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -242,11 +242,3 @@ config PM_OPS
bool
depends on PM_SLEEP || PM_RUNTIME
default y
-
-config SR_REPORT_TIME_LIMIT
- int "Default low threshold"
- depends on PM
- default 100
- help
- Print suspend/resume information for driver/device for time greater
- then default msec, ie 100 msec.