diff options
author | Alexandre Bounine <alexandre.bounine@idt.com> | 2010-05-26 17:44:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-27 12:12:51 -0400 |
commit | 011507e49a696462c30914e2eeebcdda33ed30f8 (patch) | |
tree | 1ff5788a7e1dd7d17bba024e0eae896db4b07397 /drivers/rapidio/Kconfig | |
parent | 68b04cd38af42dbe4ee28e189633c3c50beb8873 (diff) |
rapidio: add debug configuration option
Add debug configuration option for RapidIO subsystem.
Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Cc: Li Yang <leoli@freescale.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: Thomas Moll <thomas.moll@sysgo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rapidio/Kconfig')
-rw-r--r-- | drivers/rapidio/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rapidio/Kconfig b/drivers/rapidio/Kconfig index bcb5c2063370..070211a5955c 100644 --- a/drivers/rapidio/Kconfig +++ b/drivers/rapidio/Kconfig | |||
@@ -21,3 +21,14 @@ config RAPIDIO_ENABLE_RX_TX_PORTS | |||
21 | than Maintenance transfers. | 21 | than Maintenance transfers. |
22 | 22 | ||
23 | source "drivers/rapidio/switches/Kconfig" | 23 | source "drivers/rapidio/switches/Kconfig" |
24 | |||
25 | config RAPIDIO_DEBUG | ||
26 | bool "RapidIO subsystem debug messages" | ||
27 | depends on RAPIDIO | ||
28 | help | ||
29 | Say Y here if you want the RapidIO subsystem to produce a bunch of | ||
30 | debug messages to the system log. Select this if you are having a | ||
31 | problem with the RapidIO subsystem and want to see more of what is | ||
32 | going on. | ||
33 | |||
34 | If you are unsure about this, say N here. | ||