diff options
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 |