diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 1422a11b5bbd..5c087a5bddf8 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -77,6 +77,20 @@ config ACPI_SLEEP_PROC_SLEEP | |||
77 | Create /proc/acpi/sleep | 77 | Create /proc/acpi/sleep |
78 | Deprecated by /sys/power/state | 78 | Deprecated by /sys/power/state |
79 | 79 | ||
80 | config ACPI_PROCFS | ||
81 | bool "Procfs interface (deprecated)" | ||
82 | depends on ACPI | ||
83 | default y | ||
84 | ---help--- | ||
85 | Procfs interface for ACPI is made optional for back-compatible. | ||
86 | As the same functions are duplicated in sysfs interface | ||
87 | and this proc interface will be removed some time later, | ||
88 | it's marked as deprecated. | ||
89 | ( /proc/acpi/debug_layer && debug_level are deprecated by | ||
90 | /sys/module/acpi/parameters/debug_layer && debug_level. | ||
91 | /proc/acpi/info is deprecated by | ||
92 | /sys/module/acpi/parameters/acpica_version ) | ||
93 | |||
80 | config ACPI_AC | 94 | config ACPI_AC |
81 | tristate "AC Adapter" | 95 | tristate "AC Adapter" |
82 | depends on X86 | 96 | depends on X86 |