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 22b401b2e088..66e78d52a093 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -63,6 +63,14 @@ config ACPI_PROCFS | |||
63 | 63 | ||
64 | Say N to delete /proc/acpi/ files that have moved to /sys/ | 64 | Say N to delete /proc/acpi/ files that have moved to /sys/ |
65 | 65 | ||
66 | config ACPI_PROCFS_SLEEP | ||
67 | bool "/proc/acpi/sleep (deprecated)" | ||
68 | depends on PM_SLEEP && ACPI_PROCFS | ||
69 | default n | ||
70 | ---help--- | ||
71 | Create /proc/acpi/sleep | ||
72 | Deprecated by /sys/power/state | ||
73 | |||
66 | config ACPI_AC | 74 | config ACPI_AC |
67 | tristate "AC Adapter" | 75 | tristate "AC Adapter" |
68 | depends on X86 | 76 | depends on X86 |