aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-19 10:41:01 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-04-08 14:05:41 +0200
commit0fa8794e65348a08722aa3eed9df0034bca8d4cb (patch)
tree91d176ff43d39c8d8d83410cc4d2b49d7cab988b /drivers/acpi
parentPCI / ACPI: Don't query OSC support with all possible controls (diff)
downloadlinux-dev-0fa8794e65348a08722aa3eed9df0034bca8d4cb.tar.xz
linux-dev-0fa8794e65348a08722aa3eed9df0034bca8d4cb.zip
ACPI: remove "config ACPI_DEBUG_FUNC_TRACE"
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 86ff0e508f88eda6e479a897476026055831d2d8 ("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>
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 92ed9692c47e..006b714ec9ed 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -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