summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
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