commit | 7c5aa6642fa26641ebf286966a165aec71c91991 | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Tue Jul 24 02:25:03 2007 -0400 |
committer | Len Brown <len.brown@intel.com> | Tue Jul 24 02:25:03 2007 -0400 |
tree | 6aa44fb98e1fd999eb0df1f5286aab9bbeff39ac | |
parent | 43532c8a46ae313c2da3baa7598a1de4d403ba83 [diff] |
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 <len.brown@intel.com>