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