[PATCH] make CONFIG_PM_DEBUG depend on CONFIG_PM

From: Chris Wright (chrisw_at_osdl.org)
Date: 09/30/04

  • Next message: Alan Cox: "Re: nforce2 bugs?"
    Date:	Wed, 29 Sep 2004 16:18:12 -0700
    To: torvalds@osdl.org
    
    

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


  • Next message: Alan Cox: "Re: nforce2 bugs?"

    Relevant Pages