public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] make CONFIG_PM_DEBUG depend on CONFIG_PM
@ 2004-09-29 23:18 Chris Wright
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Wright @ 2004-09-29 23:18 UTC (permalink / raw)
  To: torvalds; +Cc: mochel, linux-kernel

make CONFIG_PM_DEBUG depend on CONFIG_PM

Signed-off-by: Chris Wright <chrisw@osdl.org>

===== 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, 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] make CONFIG_PM_DEBUG depend on CONFIG_PM
@ 2004-10-12 21:47 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2004-10-12 21:47 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Chris Wright, mochel, linux-kernel


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@osdl.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

===== 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, 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-12 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-12 21:47 [PATCH] make CONFIG_PM_DEBUG depend on CONFIG_PM Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2004-09-29 23:18 Chris Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox