Kconfig (29e7ee378e2327c808ede66dec4d4d964f4d375f) | Kconfig (a0349828d6d6f95c445674c2953ee9db75c11f8f) |
---|---|
1config PM 2 bool "Power Management support" 3 depends on !IA64_HP_SIM 4 ---help--- 5 "Power Management" means that parts of your computer are shut 6 off or put into a power conserving "sleep" mode if they are not 7 being used. There are two competing standards for doing this: APM 8 and ACPI. If you want to use either one, say Y here and then also --- 19 unchanged lines hidden (view full) --- 28 by the driver model. 29 30 If unsure, say N. 31 32config PM_DEBUG 33 bool "Power Management Debug Support" 34 depends on PM 35 ---help--- | 1config PM 2 bool "Power Management support" 3 depends on !IA64_HP_SIM 4 ---help--- 5 "Power Management" means that parts of your computer are shut 6 off or put into a power conserving "sleep" mode if they are not 7 being used. There are two competing standards for doing this: APM 8 and ACPI. If you want to use either one, say Y here and then also --- 19 unchanged lines hidden (view full) --- 28 by the driver model. 29 30 If unsure, say N. 31 32config PM_DEBUG 33 bool "Power Management Debug Support" 34 depends on PM 35 ---help--- |
36 This option enables verbose debugging support in the Power Management 37 code. This is helpful when debugging and reporting various PM bugs, 38 like suspend support. | 36 This option enables various debugging support in the Power Management 37 code. This is helpful when debugging and reporting PM bugs, like 38 suspend support. |
39 | 39 |
40config PM_VERBOSE 41 bool "Verbose Power Management debugging" 42 depends on PM_DEBUG 43 default n 44 ---help--- 45 This option enables verbose messages from the Power Management code. 46 |
|
40config DISABLE_CONSOLE_SUSPEND 41 bool "Keep console(s) enabled during suspend/resume (DANGEROUS)" | 47config DISABLE_CONSOLE_SUSPEND 48 bool "Keep console(s) enabled during suspend/resume (DANGEROUS)" |
42 depends on PM && PM_DEBUG | 49 depends on PM_DEBUG |
43 default n 44 ---help--- 45 This option turns off the console suspend mechanism that prevents 46 debug messages from reaching the console during the suspend/resume 47 operations. This may be helpful when debugging device drivers' 48 suspend/resume routines, but may itself lead to problems, for example 49 if netconsole is used. 50 51config PM_TRACE 52 bool "Suspend/resume event tracing" | 50 default n 51 ---help--- 52 This option turns off the console suspend mechanism that prevents 53 debug messages from reaching the console during the suspend/resume 54 operations. This may be helpful when debugging device drivers' 55 suspend/resume routines, but may itself lead to problems, for example 56 if netconsole is used. 57 58config PM_TRACE 59 bool "Suspend/resume event tracing" |
53 depends on PM && PM_DEBUG && X86_32 && EXPERIMENTAL | 60 depends on PM_DEBUG && X86_32 && EXPERIMENTAL |
54 default n 55 ---help--- 56 This enables some cheesy code to save the last PM event point in the 57 RTC across reboots, so that you can debug a machine that just hangs 58 during suspend (or more commonly, during resume). 59 60 To use this debugging feature you should attempt to suspend the machine, 61 then reboot it, then run --- 96 unchanged lines hidden --- | 61 default n 62 ---help--- 63 This enables some cheesy code to save the last PM event point in the 64 RTC across reboots, so that you can debug a machine that just hangs 65 during suspend (or more commonly, during resume). 66 67 To use this debugging feature you should attempt to suspend the machine, 68 then reboot it, then run --- 96 unchanged lines hidden --- |