diff options
author | Len Brown <len.brown@intel.com> | 2005-04-14 23:12:56 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-07-12 00:05:03 -0400 |
commit | ebb6e1a6122fd6b7c96470cfd4ce0f04150e5084 (patch) | |
tree | b0f0630d539caaf53c20fbda3c962886a0dda1f5 /drivers/acpi/Kconfig | |
parent | 9d9437759eb6fdb68f7b82cbee20b0fb711d9f0d (diff) |
[ACPI] Deprecate /proc/acpi/sleep in favor of /sys/power/state
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index fa7f43451891..8b6de1462558 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -80,6 +80,14 @@ config ACPI_SLEEP_PROC_FS | |||
80 | depends on ACPI_SLEEP && PROC_FS | 80 | depends on ACPI_SLEEP && PROC_FS |
81 | default y | 81 | default y |
82 | 82 | ||
83 | config ACPI_SLEEP_PROC_SLEEP | ||
84 | bool "/proc/acpi/sleep (deprecated)" | ||
85 | depends on ACPI_SLEEP_PROC_FS | ||
86 | default n | ||
87 | ---help--- | ||
88 | Create /proc/acpi/sleep | ||
89 | Deprecated by /sys/power/state | ||
90 | |||
83 | config ACPI_AC | 91 | config ACPI_AC |
84 | tristate "AC Adapter" | 92 | tristate "AC Adapter" |
85 | depends on X86 | 93 | depends on X86 |