2004-09-29 23:18:17

by Chris Wright

[permalink] [raw]
Subject: [PATCH] make CONFIG_PM_DEBUG depend on CONFIG_PM

make CONFIG_PM_DEBUG depend on CONFIG_PM

Signed-off-by: Chris Wright <[email protected]>

===== kernel/power/Kconfig 1.11 vs edited =====
--- 1.11/kernel/power/Kconfig 2004-08-01 20:36:39 -07:00
+++ edited/kernel/power/Kconfig 2004-09-29 16:01:40 -07:00
@@ -20,6 +20,7 @@

config PM_DEBUG
bool "Power Management Debug Support"
+ depends on PM
---help---
This option enables verbose debugging support in the Power Management
code. This is helpful when debugging and reporting various PM bugs,