|
@@ -20,13 +20,14 @@ config PM
|
|
sending the processor to sleep and saving power.
|
|
sending the processor to sleep and saving power.
|
|
|
|
|
|
config PM_LEGACY
|
|
config PM_LEGACY
|
|
- bool "Legacy Power Management API"
|
|
|
|
|
|
+ bool "Legacy Power Management API (DEPRECATED)"
|
|
depends on PM
|
|
depends on PM
|
|
- default y
|
|
|
|
|
|
+ default n
|
|
---help---
|
|
---help---
|
|
- Support for pm_register() and friends.
|
|
|
|
|
|
+ Support for pm_register() and friends. This old API is obsoleted
|
|
|
|
+ by the driver model.
|
|
|
|
|
|
- If unsure, say Y.
|
|
|
|
|
|
+ If unsure, say N.
|
|
|
|
|
|
config PM_DEBUG
|
|
config PM_DEBUG
|
|
bool "Power Management Debug Support"
|
|
bool "Power Management Debug Support"
|