diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2009-09-01 00:54:14 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2009-09-01 00:54:14 -0400 |
| commit | ac6a0cf6716bb46813d0161024c66c2af66e53d1 (patch) | |
| tree | c7f53b1a04c590032c022549f3186fb9b04f8358 /kernel/power/Kconfig | |
| parent | e76a0136a3cf1859fbc07f122e42293d22229558 (diff) | |
| parent | ce3f7cb96e67d6518c7fc7b361a76409c3817d64 (diff) | |
Merge branch 'master' into sh/smp
Conflicts:
arch/sh/mm/cache-sh4.c
Diffstat (limited to 'kernel/power/Kconfig')
| -rw-r--r-- | kernel/power/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 72067cbdb37..91e09d3b2eb 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig | |||
| @@ -208,3 +208,17 @@ config APM_EMULATION | |||
| 208 | random kernel OOPSes or reboots that don't seem to be related to | 208 | random kernel OOPSes or reboots that don't seem to be related to |
| 209 | anything, try disabling/enabling this option (or disabling/enabling | 209 | anything, try disabling/enabling this option (or disabling/enabling |
| 210 | APM in your BIOS). | 210 | APM in your BIOS). |
| 211 | |||
| 212 | config PM_RUNTIME | ||
| 213 | bool "Run-time PM core functionality" | ||
| 214 | depends on PM | ||
| 215 | ---help--- | ||
| 216 | Enable functionality allowing I/O devices to be put into energy-saving | ||
| 217 | (low power) states at run time (or autosuspended) after a specified | ||
| 218 | period of inactivity and woken up in response to a hardware-generated | ||
| 219 | wake-up event or a driver's request. | ||
| 220 | |||
| 221 | Hardware support is generally required for this functionality to work | ||
| 222 | and the bus type drivers of the buses the devices are on are | ||
| 223 | responsible for the actual handling of the autosuspend requests and | ||
| 224 | wake-up events. | ||
