[PATCH] make CONFIG_PM_DEBUG depend on CONFIG_PM

From: Adrian Bunk
Date: Tue Oct 12 2004 - 16:56:38 EST



The trivial patch by Chris Wright below still applies against
both 2.6.9-rc4 and 2.6.9-rc4-mm1.


make CONFIG_PM_DEBUG depend on CONFIG_PM


Signed-off-by: Chris Wright <chrisw@xxxxxxxx>
Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

===== 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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/