Advertisement
t0mm13b

kernel_power_Kconfig.patch

Mar 10th, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.21 KB | None | 0 0
  1. --- kernel_zte_blade/kernel/power/Kconfig       2011-03-08 02:19:50.426750000 +0000
  2. +++ ZTE-BLADE-2.6.32/kernel/power/Kconfig       2011-03-08 02:27:56.629875000 +0000
  3. @@ -275,6 +275,21 @@
  4.           random kernel OOPSes or reboots that don't seem to be related to
  5.           anything, try disabling/enabling this option (or disabling/enabling
  6.           APM in your BIOS).
  7. +
  8. +config ZTE_SUSPEND_WAKEUP_MONITOR
  9. +       bool "suspend wakeup monitor"
  10. +       depends on PM && WAKELOCK
  11. +       default y
  12. +       ---help---
  13. +         record suspend/wakeup time,the wakeup reason and wakeup source. it also record the active wakelock while suspend.
  14. +
  15. +config SCREEN_ON_WITHOUT_KEYOCDE
  16. +        bool "(ZTE)screen on without keycode"
  17. +        depends on PM && WAKELOCK
  18. +        default n
  19. +        ---help---
  20. +          Use battery uevent interface to screen on LCD.We use keycode to light the lcd before.THis is not a good idea!
  21. +
  22.  
  23.  config PM_RUNTIME
  24.         bool "Run-time PM core functionality"
  25. @@ -291,7 +306,6 @@
  26.           wake-up events.
  27.  
  28.  config PM_OPS
  29. -       bool
  30. -       depends on PM_SLEEP || PM_RUNTIME
  31. -       default y
  32. -
  33. +        bool
  34. +        depends on PM_SLEEP || PM_RUNTIME
  35. +        default y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement