diff options
author | Zhang Rui <rui.zhang@intel.com> | 2010-07-14 22:46:44 -0400 |
---|---|---|
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) |
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 354e613f3ca4..5ed51b3d7522 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -57,6 +57,7 @@ config ACPI_PROCFS | |||
57 | /proc/acpi/processor/*/throttling (/sys/class/thermal/ | 57 | /proc/acpi/processor/*/throttling (/sys/class/thermal/ |
58 | cooling_device*/*) | 58 | cooling_device*/*) |
59 | /proc/acpi/video/*/brightness (/sys/class/backlight/) | 59 | /proc/acpi/video/*/brightness (/sys/class/backlight/) |
60 | /proc/acpi/thermal_zone/*/* (/sys/class/thermal/) | ||
60 | This option has no effect on /proc/acpi/ files | 61 | This option has no effect on /proc/acpi/ files |
61 | and functions which do not yet exist in /sys. | 62 | and functions which do not yet exist in /sys. |
62 | 63 | ||