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, 0 insertions, 13 deletions
diff --git a/apps/examples/pipe/Kconfig b/apps/examples/pipe/Kconfig
deleted file mode 100644
index 26bc92fcc..000000000
--- a/apps/examples/pipe/Kconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# 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