ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source
authorLen Brown <len.brown@intel.com>
Wed, 25 Jul 2007 02:26:33 +0000 (22:26 -0400)
committerLen Brown <len.brown@intel.com>
Wed, 25 Jul 2007 05:29:39 +0000 (01:29 -0400)
commite8b2fd01228f690c3e0cb3f14facfa8d93d4adae
treefb69560e2a584a8ca82985a99e42ec189d592091
parent7c5aa6642fa26641ebf286966a165aec71c91991
ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source

As it was a synonym for (CONFIG_ACPI && CONFIG_X86),
the ifdefs for it were more clutter than they were worth.

For ia64, just add a few stubs in anticipation of future
S3 or S4 support.

Signed-off-by: Len Brown <len.brown@intel.com>
20 files changed:
arch/i386/kernel/acpi/Makefile
arch/i386/kernel/setup.c
arch/i386/mm/init.c
arch/ia64/kernel/acpi.c
arch/x86_64/kernel/acpi/Makefile
arch/x86_64/kernel/acpi/sleep.c
arch/x86_64/kernel/head.S
arch/x86_64/kernel/setup.c
drivers/acpi/Kconfig
drivers/acpi/sleep/Makefile
drivers/acpi/sleep/main.c
drivers/acpi/sleep/poweroff.c
drivers/acpi/sleep/wakeup.c
include/acpi/acpi_drivers.h
include/asm-i386/acpi.h
include/asm-i386/suspend.h
include/asm-ia64/acpi.h
include/asm-x86_64/acpi.h
include/asm-x86_64/suspend.h
kernel/sysctl.c