aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/usbterm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/usbterm/Kconfig')
-rw-r--r--apps/examples/usbterm/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/examples/usbterm/Kconfig b/apps/examples/usbterm/Kconfig
new file mode 100644
index 000000000..622b7ad88
--- /dev/null
+++ b/apps/examples/usbterm/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_USBTERM
+ bool "USB serial terminal example"
+ default n
+ ---help---
+ Enable the USB serial terminal example
+
+if EXAMPLES_USBTERM
+endif