diff options
author | Zhang Rui <rui.zhang@intel.com> | 2010-12-06 02:04:15 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-12-14 00:02:26 -0500 |
commit | cef6e8a3790d6bdc305496629c357a56001d59a6 (patch) | |
tree | 53b7b6a66a221694e366bdd4d6468723dc200f6c /drivers/acpi/Kconfig | |
parent | cf7d7e5a1980d1116ee152d25dac382b112b9c17 (diff) |
ACPI processor: remove processor throttling control procfs I/F
Remove deprecated ACPI process procfs I/F for throttling control.
This is because the t-state control should only be done in kernel,
when system is in a overheating state.
Now users can only change the processor t-state indirectly,
by poking the cooling device sysfs I/F of the processor.
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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 3f3489c5ca8c..5959077be0a4 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -53,10 +53,6 @@ config ACPI_PROCFS | |||
53 | they have been replaced by functions in /sys. | 53 | they have been replaced by functions in /sys. |
54 | The deprecated files (and their replacements) include: | 54 | The deprecated files (and their replacements) include: |
55 | 55 | ||
56 | /proc/acpi/processor/*/throttling (/sys/class/thermal/ | ||
57 | cooling_device*/*) | ||
58 | /proc/acpi/video/*/brightness (/sys/class/backlight/) | ||
59 | /proc/acpi/thermal_zone/*/* (/sys/class/thermal/) | ||
60 | This option has no effect on /proc/acpi/ files | 56 | This option has no effect on /proc/acpi/ files |
61 | and functions which do not yet exist in /sys. | 57 | and functions which do not yet exist in /sys. |
62 | 58 | ||