aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/cdcacm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cdcacm/Kconfig')
-rw-r--r--apps/examples/cdcacm/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/examples/cdcacm/Kconfig b/apps/examples/cdcacm/Kconfig
new file mode 100644
index 000000000..8cd9c6e99
--- /dev/null
+++ b/apps/examples/cdcacm/Kconfig
@@ -0,0 +1,14 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_CDCACM
+ bool "CAN example"
+ default n
+ ---help---
+ Enable the USB CDC/ACM class driver example
+
+if EXAMPLES_CDCACM
+endif
+