diff options
author | Len Brown <len.brown@intel.com> | 2007-02-03 01:14:35 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-03 01:14:35 -0500 |
commit | 975a8e3ed2b9eab9f062a1e0ba7fe180e15204e1 (patch) | |
tree | 59b654df0b066b6d6b8ea16f5ae581b8fb45c1d5 /drivers/acpi/Kconfig | |
parent | 1fcb71b84b05ff3bfd5b5b2eca9a9b3d13a76e3a (diff) | |
parent | bfd80223d73f80e1d1c69dace9151756b3ef3b49 (diff) |
Pull sysfs into test branch
Conflicts:
Documentation/feature-removal-schedule.txt
include/acpi/acpi_drivers.h
Signed-off-by: Len Brown <len.brown@intel.com>
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 |