diff options
author | Zhang Rui <rui.zhang@intel.com> | 2007-01-28 22:02:42 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-01-28 22:33:44 -0500 |
commit | 5bb730fda8aa4e3f7e94b259c468ecd095f60770 (patch) | |
tree | b6ae549e0a41bf06c4993e6b5501949db57bee37 /drivers/acpi/Kconfig | |
parent | 219c3c8e268b9307eae9fae4c765a0c589b98338 (diff) |
ACPI: add ACPICA version in sysfs
Add an ACPI attribute to indicate ACPICA version.
/proc/acpi/version is deprecated by /sys/module/acpi/parameters/acpica_version.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index a3a10737d72f..df4514436ba8 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -87,7 +87,9 @@ config ACPI_PROCFS | |||
87 | and this proc interface will be removed some time later, | 87 | and this proc interface will be removed some time later, |
88 | it's marked as deprecated. | 88 | it's marked as deprecated. |
89 | ( /proc/acpi/debug_layer && debug_level are deprecated by | 89 | ( /proc/acpi/debug_layer && debug_level are deprecated by |
90 | /sys/module/acpi/parameters/debug_layer && debug_level. ) | 90 | /sys/module/acpi/parameters/debug_layer && debug_level. |
91 | /proc/acpi/info is deprecated by | ||
92 | /sys/module/acpi/parameters/acpica_version ) | ||
91 | 93 | ||
92 | config ACPI_AC | 94 | config ACPI_AC |
93 | tristate "AC Adapter" | 95 | tristate "AC Adapter" |