ACPI: Kconfig: fold /proc/acpi/sleep under CONFIG_ACPI_PROCFS
authorLen Brown <len.brown@intel.com>
Tue, 24 Jul 2007 06:16:50 +0000 (02:16 -0400)
committerLen Brown <len.brown@intel.com>
Tue, 24 Jul 2007 06:16:50 +0000 (02:16 -0400)
commit43532c8a46ae313c2da3baa7598a1de4d403ba83
tree61da3ded6e0b84086579a74293650eb1a06ba906
parentfb804714560463534ebcb538a3b0a3c687a830ec
ACPI: Kconfig: fold /proc/acpi/sleep under CONFIG_ACPI_PROCFS

/proc/acpi/sleep has had its own "default n" option,
ACPI_SLEEP_PROC_SLEEP, for many months.
Time to delete ACPI_SLEEP_PROC_SLEEP.

Users that still need /proc/acpi/sleep can still get it
along with the other deprecated /proc/acpi files
by enabling CONFIG_ACPI_PROCFS.

Also delete ACPI_SLEEP_PROC_FS, which was an umbrella
for /proc/acpi/sleep, wakeup, alarm, because it was
effectively just a synonym for ACPI_SLEEP.

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/Kconfig
drivers/acpi/sleep/Makefile
drivers/acpi/sleep/proc.c