diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2008-08-19 18:53:41 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-10 23:33:53 -0400 |
commit | 97ef062bbe08f46903f29ecdf432be302c977f3b (patch) | |
tree | e09e9a171ac2d3c79db945ee95145f17cdce82df /Documentation | |
parent | 2663f60d434139298835af690f4891cec5c1e501 (diff) |
PNP: add CONFIG_PNP_DEBUG_MESSAGES and pnp_dbg()
This adds the core function pnp_dbg() and a new config option to
enable it.
The PNP core debugging messages can be enabled at boot-time with the
"pnp.debug" kernel parameter.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 1150444a21ab..7164d4e4136b 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1660,6 +1660,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1660 | Override pmtimer IOPort with a hex value. | 1660 | Override pmtimer IOPort with a hex value. |
1661 | e.g. pmtmr=0x508 | 1661 | e.g. pmtmr=0x508 |
1662 | 1662 | ||
1663 | pnp.debug [PNP] | ||
1664 | Enable PNP debug messages. This depends on the | ||
1665 | CONFIG_PNP_DEBUG_MESSAGES option. | ||
1666 | |||
1663 | pnpacpi= [ACPI] | 1667 | pnpacpi= [ACPI] |
1664 | { off } | 1668 | { off } |
1665 | 1669 | ||