aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-05-10 07:51:36 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-05-10 07:51:36 -0400
commit3afcb96fee9ba33ce838f2ceaa248358cffe2f56 (patch)
tree276fe862035be979a2fc05876186e03a8b87bbe7 /drivers/acpi/Kconfig
parent3a670cc79342c36d308decd5f90351830ed1685c (diff)
ACPI / proc: Do not say when /proc interfaces will be deleted in Kconfig
Do not tell people in the Kconfig help when exactly we are going to remove the deprecated ACPI interfaces in /proc, because, honestly, we don't know. We will remove them when they are not used any more. In particular, do not tell them that the interfaces will be removed in a kernel release that already happened long ago. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index c0160bb451e9..a34a22841002 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -60,7 +60,7 @@ config ACPI_PROCFS_POWER
60 This option has no effect on /proc/acpi/ directories 60 This option has no effect on /proc/acpi/ directories
61 and functions, which do not yet exist in /sys 61 and functions, which do not yet exist in /sys
62 This option, together with the proc directories, will be 62 This option, together with the proc directories, will be
63 deleted in 2.6.39. 63 deleted in the future.
64 64
65 Say N to delete power /proc/acpi/ directories that have moved to /sys/ 65 Say N to delete power /proc/acpi/ directories that have moved to /sys/
66 66