aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pinot <ngc891@gmail.com>2007-11-11 03:01:10 +0900
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-11-10 14:28:16 -0800
commit6e800af233e0bdf108efb7bd23c11ea6fa34cdeb (patch)
treed72e479886d711945a86e714611a7a5752d7e022
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc (diff)
downloadlinux-dev-6e800af233e0bdf108efb7bd23c11ea6fa34cdeb.tar.xz
linux-dev-6e800af233e0bdf108efb7bd23c11ea6fa34cdeb.zip
ACPI: add documentation for deprecated /proc/acpi/battery in ACPI_PROCFS
Add documentation in Kconfig help about the move of /proc/acpi/battery to /sys/class/power_supply when selecting ACPI_PROCFS. This will impact a lot of users and should be documented. Signed-off-by: Jerome Pinot <ngc891@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--drivers/acpi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index da3a08fa9e4f..ce9dead0f499 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -60,6 +60,7 @@ config ACPI_PROCFS
/proc/acpi/info (/sys/modules/acpi/parameters/acpica_version)
/proc/acpi/dsdt (/sys/firmware/acpi/tables/DSDT)
/proc/acpi/fadt (/sys/firmware/acpi/tables/FACP)
+ /proc/acpi/battery (/sys/class/power_supply)
/proc/acpi/debug_layer (/sys/module/acpi/parameters/debug_layer)
/proc/acpi/debug_level (/sys/module/acpi/parameters/debug_level)