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