aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-07-22 02:22:55 -0400
committerLen Brown <len.brown@intel.com>2007-07-22 02:22:55 -0400
commit939ab20152390c8ccccfa6fac0830405ca91d903 (patch)
tree97060b56aafe47b472899a53634668f28960ea7d /drivers
parentPull acpica into release branch (diff)
parentACPI: create CONFIG_ACPI_DEBUG_FUNC_TRACE (diff)
downloadlinux-dev-939ab20152390c8ccccfa6fac0830405ca91d903.tar.xz
linux-dev-939ab20152390c8ccccfa6fac0830405ca91d903.zip
Pull acpi-debug into release branch
Diffstat (limited to 'drivers')
-rw-r--r--drivers/acpi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 139f41f033d8..1121a1f4b5d7 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -280,6 +280,14 @@ config ACPI_DEBUG
of verbosity. Saying Y enables these statements. This will increase
your kernel size by around 50K.
+config ACPI_DEBUG_FUNC_TRACE
+ bool "Additionally enable ACPI function tracing"
+ default n
+ depends on ACPI_DEBUG
+ help
+ ACPI Debug Statements slow down ACPI processing. Function trace
+ is about half of the penalty and is rarely useful.
+
config ACPI_EC
bool
default y