Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11704194 authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Rafael J. Wysocki
Browse files

ACPI: Better describe ACPI_DEBUGGER



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: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent b3196882
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.