ACPI: Better describe ACPI_DEBUGGER
authorPeter Zijlstra <peterz@infradead.org>
Mon, 30 Nov 2015 21:32:15 +0000 (22:32 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 30 Nov 2015 21:58:51 +0000 (22:58 +0100)
Hi,

For a brief moment I was tricked into thinking that:

  In-kernel debugger (EXPERIMENTAL) (ACPI_DEBUGGER) [N/y/?] (NEW)

might be something useful. Better describe the feature to reduce
such confusion.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/Kconfig

index 706c2e95503fbaeca395b020c576af4d60c6dcdb..5e6e0a8b17ff05f3b3e45ec4a9b116e42a61ae09 100644 (file)
@@ -58,10 +58,10 @@ config ACPI_CCA_REQUIRED
        bool
 
 config ACPI_DEBUGGER
-       bool "In-kernel debugger (EXPERIMENTAL)"
+       bool "AML debugger interface (EXPERIMENTAL)"
        select ACPI_DEBUG
        help
-         Enable in-kernel debugging facilities: statistics, internal
+         Enable in-kernel debugging of AML facilities: statistics, internal
          object dump, single step control method execution.
          This is still under development, currently enabling this only
          results in the compilation of the ACPICA debugger files.