diff options
author | Zhang Rui <rui.zhang@intel.com> | 2010-07-15 10:46:44 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-08-15 00:37:33 -0400 |
commit | 43d9f87b79804f2d75d9d8a81c862b179f055a15 (patch) | |
tree | b3e6368c641d7999832f5b06b04639d41aa9f485 /drivers/acpi/Kconfig | |
parent | 6e37c658aefa57c472b2dbf1de88dbd3c67cdb52 (diff) | |
download | linux-3.10-43d9f87b79804f2d75d9d8a81c862b179f055a15.tar.gz linux-3.10-43d9f87b79804f2d75d9d8a81c862b179f055a15.tar.bz2 linux-3.10-43d9f87b79804f2d75d9d8a81c862b179f055a15.zip |
ACPI thermal: make procfs I/F depend on CONFIG_ACPI_PROCFS
Mark the ACPI thermal procfs I/F deprecated, because /sys/class/thermal/
is already available and has been working for years w/o any problem.
The ACPI thermal procfs I/F will be removed in 2.6.37.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 354e613f3ca..5ed51b3d752 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -57,6 +57,7 @@ config ACPI_PROCFS /proc/acpi/processor/*/throttling (/sys/class/thermal/ cooling_device*/*) /proc/acpi/video/*/brightness (/sys/class/backlight/) + /proc/acpi/thermal_zone/*/* (/sys/class/thermal/) This option has no effect on /proc/acpi/ files and functions which do not yet exist in /sys. |