diff options
| author | Len Brown <len.brown@intel.com> | 2007-07-22 02:22:55 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2007-07-22 02:22:55 -0400 |
| commit | 939ab20152390c8ccccfa6fac0830405ca91d903 (patch) | |
| tree | 97060b56aafe47b472899a53634668f28960ea7d /drivers | |
| parent | d9ff963801e4f7648c55a27413a1b1de59480a30 (diff) | |
| parent | 798d91039849486c7a4f1a458a5680cb55a65408 (diff) | |
Pull acpi-debug into release branch
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/acpi/Kconfig | 8 |
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 | |||
| 280 | of verbosity. Saying Y enables these statements. This will increase | 280 | of verbosity. Saying Y enables these statements. This will increase |
| 281 | your kernel size by around 50K. | 281 | your kernel size by around 50K. |
| 282 | 282 | ||
| 283 | config ACPI_DEBUG_FUNC_TRACE | ||
| 284 | bool "Additionally enable ACPI function tracing" | ||
| 285 | default n | ||
| 286 | depends on ACPI_DEBUG | ||
| 287 | help | ||
| 288 | ACPI Debug Statements slow down ACPI processing. Function trace | ||
| 289 | is about half of the penalty and is rarely useful. | ||
| 290 | |||
| 283 | config ACPI_EC | 291 | config ACPI_EC |
| 284 | bool | 292 | bool |
| 285 | default y | 293 | default y |
