aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-07-31 23:27:10 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-31 20:40:08 -0700
commit128a2bcf9dddeb8e79a4ba55bf191533f70f39ce (patch)
tree32f95c9a0009928102f033db2bd0e10a70f391ba /drivers/acpi/Kconfig
parentfc34f6c617bf2a845d793af12b96bcc0afd472c4 (diff)
ACPI: delete CONFIG_ACPI_PROCFS_SLEEP (again)
CONFIG_ACPI_PROCFS_SLEEP is a NO-OP -- delete it (again). Apparently 296699de6bdc717189a331ab6bbe90e05c94db06 creating CONFIG_SUSPEND and CONFIG_PM_SLEEP was based on an out-dated version of drivers/acpi/Kconfig, as it erroneously restored this recently deleted config option. Signed-off-by: Len Brown <len.brown@intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 934d639b368..f1372de4ce7 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -68,14 +68,6 @@ config ACPI_PROCFS
Say N to delete /proc/acpi/ files that have moved to /sys/
-config ACPI_PROCFS_SLEEP
- bool "/proc/acpi/sleep (deprecated)"
- depends on PM_SLEEP && ACPI_PROCFS
- default n
- ---help---
- Create /proc/acpi/sleep
- Deprecated by /sys/power/state
-
config ACPI_AC
tristate "AC Adapter"
depends on X86