diff options
author | Zhang Rui <rui.zhang@intel.com> | 2011-01-09 22:16:26 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-01-12 00:35:24 -0500 |
commit | 4464ed3b05de7a41ae55c74109cec8aeb138ce14 (patch) | |
tree | 2c8916ac2006d8247b3de9d9ffaae598b15f0f50 /drivers/acpi | |
parent | e92b297cc72ade7a58eaec7e01c906d856f8ab6e (diff) |
ACPI: update CONFIG_ACPI_PROCFS description
Update CONFIG_ACPI_PROCFS description because the processor,
video and thermal zone procfs I/F have been removed.
Some ACPI drivers, e.g. button, have their procfs I/F always built in,
because we don't have sysfs I/F replacement at the moment.
But once we finish developing the sysfs I/F for these driver,
we need CONFIG_ACPI_PROCFS to enabled/disable the corresponding procfs I/F.
So just updating the description rather than removing this option,
although there is no procfs I/F depends on it for now.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index a0c03658b2ea..ad370a1fe2e4 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -51,12 +51,7 @@ config ACPI_PROCFS | |||
51 | For backwards compatibility, this option allows | 51 | For backwards compatibility, this option allows |
52 | deprecated /proc/acpi/ files to exist, even when | 52 | deprecated /proc/acpi/ files to exist, even when |
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: | ||
55 | 54 | ||
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 | 55 | This option has no effect on /proc/acpi/ files |
61 | and functions which do not yet exist in /sys. | 56 | and functions which do not yet exist in /sys. |
62 | 57 | ||