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