From 838d23784e7b32c72b1ac2df806e5de0bfa4b1d5 Mon Sep 17 00:00:00 2001 From: Zhang Rui Date: Mon, 29 Jan 2007 11:02:30 +0800 Subject: [PATCH] --- yaml --- r: 46451 b: refs/heads/master c: b981c591891dc8885de36498d38fa8d8a5481069 h: refs/heads/master i: 46449: 47b142b4b9e938860dc7853d5acf7c2d4e0433f8 46447: 87d6e516765e9cd7606f46c715bca9f09759d715 v: v3 --- [refs] | 2 +- trunk/Documentation/feature-removal-schedule.txt | 9 +++++++++ trunk/drivers/acpi/Kconfig | 10 ++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2d9bb4d1bba9..d61e8d99f09e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb0958544f3c7c016b2a3025ab3694363e403aa1 +refs/heads/master: b981c591891dc8885de36498d38fa8d8a5481069 diff --git a/trunk/Documentation/feature-removal-schedule.txt b/trunk/Documentation/feature-removal-schedule.txt index 30f3c8c9c12a..9bc37529f4cd 100644 --- a/trunk/Documentation/feature-removal-schedule.txt +++ b/trunk/Documentation/feature-removal-schedule.txt @@ -256,3 +256,12 @@ Why: Speedstep-centrino driver with ACPI hooks and acpi-cpufreq driver are Who: Venkatesh Pallipadi --------------------------- + +What: ACPI procfs interface +When: July 2007 +Why: After ACPI sysfs conversion, ACPI attributes will be duplicated + in sysfs and the ACPI procfs interface should be removed. +Who: Zhang Rui + +--------------------------- + diff --git a/trunk/drivers/acpi/Kconfig b/trunk/drivers/acpi/Kconfig index 0f9d4be7ed75..1f82ceba4646 100644 --- a/trunk/drivers/acpi/Kconfig +++ b/trunk/drivers/acpi/Kconfig @@ -77,6 +77,16 @@ config ACPI_SLEEP_PROC_SLEEP Create /proc/acpi/sleep Deprecated by /sys/power/state +config ACPI_PROCFS + bool "Procfs interface (deprecated)" + depends on ACPI + default y + ---help--- + Procfs interface for ACPI is made optional for back-compatible. + As the same functions are duplicated in sysfs interface + and this proc interface will be removed some time later, + it's marked as deprecated. + config ACPI_AC tristate "AC Adapter" depends on X86