diff options
author | Zhang Rui <rui.zhang@intel.com> | 2007-01-28 22:02:30 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-01-28 22:33:06 -0500 |
commit | b981c591891dc8885de36498d38fa8d8a5481069 (patch) | |
tree | 9af1706c4d0c339c71e8a336b808aa65470fcee2 /Documentation/feature-removal-schedule.txt | |
parent | bb0958544f3c7c016b2a3025ab3694363e403aa1 (diff) |
ACPI: add a Kconfig option for ACPI procfs interface
Add a kconfig option CONFIG_ACPI_PROCFS to make procfs interface
a configurable attribute of ACPI.
No procfs interface is actually deprecated,
and no sysfs interface is added in this patch.
CONGI_ACPI_PROCFS is used to mark procfs interface as deprecated
once the same function is duplicated in sysfs.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 30f3c8c9c12a..9bc37529f4cd 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -256,3 +256,12 @@ Why: Speedstep-centrino driver with ACPI hooks and acpi-cpufreq driver are | |||
256 | Who: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> | 256 | Who: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> |
257 | 257 | ||
258 | --------------------------- | 258 | --------------------------- |
259 | |||
260 | What: ACPI procfs interface | ||
261 | When: July 2007 | ||
262 | Why: After ACPI sysfs conversion, ACPI attributes will be duplicated | ||
263 | in sysfs and the ACPI procfs interface should be removed. | ||
264 | Who: Zhang Rui <rui.zhang@intel.com> | ||
265 | |||
266 | --------------------------- | ||
267 | |||