]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] make CONFIG_PM_DEBUG depend on CONFIG_PM
authorAdrian Bunk <bunk@stusta.de>
Wed, 20 Oct 2004 01:42:17 +0000 (18:42 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Oct 2004 01:42:17 +0000 (18:42 -0700)
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/power/Kconfig

index 67f955286b6c9598b776bb8d56a8951c1dd9c4eb..73344f6c8a803948295915f5a6a02be7903773c0 100644 (file)
@@ -20,6 +20,7 @@ config PM
 
 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,