diff options
author | Borislav Petkov <bbpetkov@yahoo.de> | 2007-04-25 14:29:50 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-25 14:29:50 -0400 |
commit | cf6c6045a06aed2ccd8ebd0a3128ce0f2f8a11aa (patch) | |
tree | 11c38e256eb6151d2498895c6e5b1f3bea30687c /drivers | |
parent | 8ce8e2f99a973c39c4aeddbe0966038196a8e71a (diff) |
ACPI: word-smith kconfig help
Signed-off-by: <bbpetkov@yahoo.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-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 e2ce4a9c1c92..2a18d4cd85b1 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -85,8 +85,8 @@ config ACPI_PROCFS | |||
85 | depends on ACPI | 85 | depends on ACPI |
86 | default y | 86 | default y |
87 | ---help--- | 87 | ---help--- |
88 | Procfs interface for ACPI is made optional for back-compatible. | 88 | The Procfs interface for ACPI is made optional for backward compatibility. |
89 | As the same functions are duplicated in sysfs interface | 89 | As the same functions are duplicated in the sysfs interface |
90 | and this proc interface will be removed some time later, | 90 | and this proc interface will be removed some time later, |
91 | it's marked as deprecated. | 91 | it's marked as deprecated. |
92 | ( /proc/acpi/debug_layer && debug_level are deprecated by | 92 | ( /proc/acpi/debug_layer && debug_level are deprecated by |