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