Skip to content

Commit

Permalink
ACPI: remove "config ACPI_DEBUG_FUNC_TRACE"
Browse files Browse the repository at this point in the history
Kconfig symbol ACPI_DEBUG_FUNC_TRACE was only used (through its
corresponding macro) in drivers/acpi/acpica/acmacros.h. That macro
was removed from that header in v3.8, with commit
86ff0e5 ("ACPICA: Fix unmerged
acmacros.h divergences."), so ACPI_DEBUG_FUNC_TRACE can now be
removed too, as it is unused.

[rjw: Changelog]
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Paul Bolle authored and Rafael J. Wysocki committed Apr 8, 2013
1 parent 545d6e1 commit 0fa8794
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -298,14 +298,6 @@ config ACPI_DEBUG
Documentation/kernel-parameters.txt to control the type and
amount of debug output.

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_PCI_SLOT
bool "PCI slot detection driver"
depends on SYSFS
Expand Down

0 comments on commit 0fa8794

Please sign in to comment.