summaryrefslogtreecommitdiffstats
path: root/apps/examples/nxffs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxffs')
-rw-r--r--apps/examples/nxffs/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/nxffs/Kconfig b/apps/examples/nxffs/Kconfig
index ae2bf31307..074ace872e 100644
--- a/apps/examples/nxffs/Kconfig
+++ b/apps/examples/nxffs/Kconfig
@@ -2,3 +2,12 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+config EXAMPLES_NXFFS
+ bool "NXFFS file system example"
+ default n
+ ---help---
+ Enable the NXFFS file system example
+
+if EXAMPLES_NXFFS
+endif