summaryrefslogtreecommitdiff
path: root/kernel/power/Kconfig
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@digitalimplant.org>2004-07-16 23:30:02 -0700
committerPatrick Mochel <mochel@digitalimplant.org>2004-07-16 23:30:02 -0700
commit0eabc61bec9ebef4114371cdd25c94b4ca30c318 (patch)
treeca1ffd33a783dcbb6acc44965e381caf93d882d9 /kernel/power/Kconfig
parentacddc01882a2d058fe96018f4b3326160b49d45a (diff)
[Power Mgmt] Remove pmdisk.
- Remove kernel/power/pmdisk.c. - Remove CONFIG_PM_STD config option. - Fix up Makefile.
Diffstat (limited to 'kernel/power/Kconfig')
-rw-r--r--kernel/power/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index 817e30833e6a..4d67db96e73b 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -42,18 +42,6 @@ config SOFTWARE_SUSPEND
For more information take a look at Documentation/power/swsusp.txt.
-config PM_DISK
- bool "PMDisk Support"
- depends on SOFTWARE_SUSPEND && X86 && !X86_64
- ---help---
-
- This option enables an alternative implementation of Suspend-to-Disk.
- It is functionally equivalent to Software Suspend, and uses many of
- the same internal routines. But, it offers a slightly different
- interface.
-
- If unsure, Say N.
-
config PM_STD_PARTITION
string "Default resume partition"
depends on SOFTWARE_SUSPEND