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