summaryrefslogtreecommitdiff
path: root/apps/examples/cdcacm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cdcacm/Kconfig')
-rw-r--r--apps/examples/cdcacm/Kconfig74
1 files changed, 0 insertions, 74 deletions
diff --git a/apps/examples/cdcacm/Kconfig b/apps/examples/cdcacm/Kconfig
deleted file mode 100644
index fcb7a1e01..000000000
--- a/apps/examples/cdcacm/Kconfig
+++ /dev/null
@@ -1,74 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
-#
-
-config EXAMPLES_CDCACM
- bool "CDC/ACM example"
- default n
- depends on CDCACM
- ---help---
- Enable the USB CDC/ACM class driver example
-
-if EXAMPLES_CDCACM
-
-config EXAMPLES_CDCACM_DEVMINOR
- int "CDC/ACM Minor Device Number"
- default 0
- ---help---
- The minor device number of the serial driver for the CDC/ACM device.
- For example, N in /dev/ttyACMN. Used for registering the serial
- driver. Default is zero.
-
-config EXAMPLES_CDCACM_TRACEINIT
- bool "USB Trace Initialization"
- default n
- depends on USBDEV_TRACE || DEBUG_USB
- ---help---
- If USBDEV_TRACE is enabled (or DEBUG and DEBUG_USB),
- then the example code will also manage the USB trace output. The
- amount of trace output can be controlled this configuration value:
- This setting will show USB initialization events
-
-config EXAMPLES_CDCACM_TRACECLASS
- bool "USB Trace Class"
- default n
- depends on USBDEV_TRACE || DEBUG_USB
- ---help---
- If USBDEV_TRACE is enabled (or DEBUG and DEBUG_USB),
- then the example code will also manage the USB trace output. The
- amount of trace output can be controlled this configuration value:
- This setting will show USB class driver events
-
-config EXAMPLES_CDCACM_TRACETRANSFERS
- bool "USB Trace Transfers"
- default n
- depends on USBDEV_TRACE || DEBUG_USB
- ---help---
- If USBDEV_TRACE is enabled (or DEBUG and DEBUG_USB),
- then the example code will also manage the USB trace output. The
- amount of trace output can be controlled this configuration value:
- This setting will show USB data transfer events
-
-config EXAMPLES_CDCACM_TRACECONTROLLER
- bool "USB Trace Device Controller Events"
- default n
- depends on USBDEV_TRACE || DEBUG_USB
- ---help---
- If USBDEV_TRACE is enabled (or DEBUG and DEBUG_USB),
- then the example code will also manage the USB trace output. The
- amount of trace output can be controlled this configuration value:
- This setting will show USB device controller events
-
-config EXAMPLES_CDCACM_TRACEINTERRUPTS
- bool "USB Trace Device Controller Interrupt Events"
- default n
- depends on USBDEV_TRACE || DEBUG_USB
- ---help---
- If USBDEV_TRACE is enabled (or DEBUG and DEBUG_USB),
- then the example code will also manage the USB trace output. The
- amount of trace output can be controlled this configuration value:
- This setting will show USB device controller interrupt-related events.
-
-endif
-