summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-09 15:02:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-09 15:02:33 -0600
commit91becdb75746f65f27d6e87bd8d3d9f926ddbefe (patch)
treef1a77cb8abe7b31cea329a0ef13897a88bf27645 /nuttx/drivers
parent845f1694727937478ab8487d2b7a2150ad0cc858 (diff)
downloadpx4-nuttx-91becdb75746f65f27d6e87bd8d3d9f926ddbefe.tar.gz
px4-nuttx-91becdb75746f65f27d6e87bd8d3d9f926ddbefe.tar.bz2
px4-nuttx-91becdb75746f65f27d6e87bd8d3d9f926ddbefe.zip
USB monitor extended so that it can also be used with USB host trace data
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/usbhost/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/Kconfig b/nuttx/drivers/usbhost/Kconfig
index b33bbf887..b8c23fc0c 100644
--- a/nuttx/drivers/usbhost/Kconfig
+++ b/nuttx/drivers/usbhost/Kconfig
@@ -121,9 +121,18 @@ config USBHOST_TRACE
Enables USB tracing for debug. Only supported for the HCD and,
further, no supported by all HCD implementations.
+if USBHOST_TRACE
+
config USBHOST_TRACE_NRECORDS
int "Number of trace entries to remember"
default 128
- depends on USBHOST_TRACE
---help---
Number of trace entries to remember.
+
+config USBHOST_TRACE_VERBOSE
+ bool "Enable verbose debug trace"
+ default n
+ ---help---
+ Number of verbose trace output if supported by the platform.
+
+endif \ No newline at end of file