Enable easier debugging of Power Managment code.

* topconfig set PM_DEBUG, PM_TRACE
* unset PM_VERBOSE (dev option)
* x86 set PM_TRACE_RTC and PM_TEST_SUSPEND

svn path=/dists/trunk/linux-2.6/; revision=15009
This commit is contained in:
Maximilian Attems 2010-01-26 16:48:48 +00:00
parent 16c2a4237a
commit 5c7607248b
3 changed files with 10 additions and 1 deletions

1
debian/changelog vendored
View File

@ -65,6 +65,7 @@ linux-2.6 (2.6.32-6) UNRELEASED; urgency=low
[ maximilian attems ]
* [topconfig] set MEMORY_FAILURE, 9P_FSCACHE, INFINIBAND_IPOIB_CM
(closes: #565494)
* Enable easier debugging of Power Managment code. (closes: #478315)
-- Ben Hutchings <ben@decadent.org.uk> Sun, 10 Jan 2010 17:38:50 +0000

View File

@ -3212,7 +3212,9 @@ CONFIG_HZ_250=y
## file: kernel/power/Kconfig
##
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_DEBUG=y
# CONFIG_PM_VERBOSE is not set
CONFIG_PM_TRACE=y
CONFIG_SUSPEND=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""

View File

@ -1296,6 +1296,12 @@ CONFIG_EFI_PARTITION=y
##
# CONFIG_MMIOTRACE is not set
##
## file: drivers/power/Kconfig
##
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_TEST_SUSPEND=y
##
## file: lib/Kconfig.debug
##