1
0
Fork 0

Driver core: deprecate PM_LEGACY, default it to N

Deprecate the old "legacy" PM API, and more importantly default it to "n".
Virtually nothing in-tree uses it any more.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
David Brownell 2006-12-05 03:07:38 -08:00 committed by Greg Kroah-Hartman
parent 6eefd34fdc
commit f89bce3d9a
1 changed files with 5 additions and 4 deletions

View File

@ -20,13 +20,14 @@ config PM
sending the processor to sleep and saving power.
config PM_LEGACY
bool "Legacy Power Management API"
bool "Legacy Power Management API (DEPRECATED)"
depends on PM
default y
default n
---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
bool "Power Management Debug Support"