diff options
author | Len Brown <len.brown@intel.com> | 2007-04-29 05:12:03 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-29 05:12:03 +0200 |
commit | fb16596997ded3e70d308bec58e32c1e2c5cf9b0 (patch) | |
tree | 28939b49c26e51d2c22047ef2e07f4b1d6352bbb /drivers/acpi/Kconfig | |
parent | Pull thinkpad into release branch (diff) | |
parent | ACPI: Remove a warning about unused variable in !CONFIG_ACPI compilation. (diff) | |
download | linux-fb16596997ded3e70d308bec58e32c1e2c5cf9b0.tar.xz linux-fb16596997ded3e70d308bec58e32c1e2c5cf9b0.zip |
Pull misc-for-upstream into release branch
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 45c43150826b..e905c950fd7b 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -85,8 +85,8 @@ config ACPI_PROCFS depends on ACPI default y ---help--- - Procfs interface for ACPI is made optional for back-compatible. - As the same functions are duplicated in sysfs interface + The Procfs interface for ACPI is made optional for backward compatibility. + As the same functions are duplicated in the sysfs interface and this proc interface will be removed some time later, it's marked as deprecated. ( /proc/acpi/debug_layer && debug_level are deprecated by |