]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/power/Kconfig
[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h
[linux-2.6-omap-h63xx.git] / kernel / power / Kconfig
index 46a5e5acff97aaa86b4d3429e33fe07ca03d7bf4..5ec248cb7f4aff47261b9425c606e473e3548c74 100644 (file)
@@ -19,6 +19,15 @@ config PM
          will issue the hlt instruction if nothing is to be done, thereby
          sending the processor to sleep and saving power.
 
+config PM_LEGACY
+       bool "Legacy Power Management API"
+       depends on PM
+       default y
+       ---help---
+          Support for pm_register() and friends.
+
+          If unsure, say Y.
+
 config PM_DEBUG
        bool "Power Management Debug Support"
        depends on PM