]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/Kconfig
Merge tag 'mac80211-next-for-davem-2016-02-26' into next2
[karo-tx-linux.git] / drivers / acpi / Kconfig
index 5eef4cb4f70e6995f2d623268d1f8cd2daab63c2..82b96ee8624c2b2713e981e9d9c4b0aefb9ae811 100644 (file)
@@ -58,14 +58,25 @@ config ACPI_CCA_REQUIRED
        bool
 
 config ACPI_DEBUGGER
-       bool "AML debugger interface (EXPERIMENTAL)"
+       bool "AML debugger interface"
        select ACPI_DEBUG
        help
-         Enable in-kernel debugging of AML facilities: statistics, internal
-         object dump, single step control method execution.
+         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.
 
+if ACPI_DEBUGGER
+
+config ACPI_DEBUGGER_USER
+       tristate "Userspace debugger accessiblity"
+       depends on DEBUG_FS
+       help
+         Export /sys/kernel/debug/acpi/acpidbg for userspace utilities
+         to access the debugger functionalities.
+
+endif
+
 config ACPI_SLEEP
        bool
        depends on SUSPEND || HIBERNATION