From: Len Brown Date: Tue, 24 Jul 2007 06:25:03 +0000 (-0400) Subject: ACPI: Kconfig: always enable CONFIG_ACPI_SLEEP on X86 X-Git-Tag: v2.6.23-rc2~273^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5aa6642fa26641ebf286966a165aec71c91991;p=pandora-kernel.git ACPI: Kconfig: always enable CONFIG_ACPI_SLEEP on X86 The SMP dependency on HOTPLUG_CPU and SUSPEND_SMP caused more harm than good -- making ACPI sleep support vanish for configs missing those options. So simply select them on the (ACPI && SMP && X86) systems that need them. Also, remove the prompt for ACPI_SLEEP, virtually nobody (intentionally) enables ACPI without it. Signed-off-by: Len Brown --- Reading git-diff-tree failed