From 188166352623bfec70a57b2d0493c0403a6767c4 Mon Sep 17 00:00:00 2001 From: Len Brown Date: Tue, 24 Jul 2007 02:25:03 -0400 Subject: [PATCH] --- yaml --- r: 62897 b: refs/heads/master c: 7c5aa6642fa26641ebf286966a165aec71c91991 h: refs/heads/master i: 62895: 1d2c0c8d875984dd8536ff3bd64a1909347a0da4 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/Kconfig | 21 ++++----------------- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/[refs] b/[refs] index 4c9510e3f1ad..d283ebca52a3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 43532c8a46ae313c2da3baa7598a1de4d403ba83 +refs/heads/master: 7c5aa6642fa26641ebf286966a165aec71c91991 diff --git a/trunk/drivers/acpi/Kconfig b/trunk/drivers/acpi/Kconfig index efd47eeb5b63..524cbf151fc2 100644 --- a/trunk/drivers/acpi/Kconfig +++ b/trunk/drivers/acpi/Kconfig @@ -43,24 +43,11 @@ menuconfig ACPI if ACPI config ACPI_SLEEP - bool "Sleep States" - depends on X86 && (!SMP || SUSPEND_SMP) + bool + depends on X86 + select HOTPLUG_CPU if SMP + select SUSPEND_SMP if SMP default y - ---help--- - This option adds support for ACPI suspend states. - - With this option, you will be able to put the system "to sleep". - Sleep states are low power states for the system and devices. All - of the system operating state is saved to either memory or disk - (depending on the state), to allow the system to resume operation - quickly at your request. - - Although this option sounds really nifty, barely any of the device - drivers have been converted to the new driver model and hence few - have proper power management support. - - This option is not recommended for anyone except those doing driver - power management development. config ACPI_PROCFS bool "Deprecated /proc/acpi files"