aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/romfs/Kconfig')
-rw-r--r--nuttx/fs/romfs/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/fs/romfs/Kconfig b/nuttx/fs/romfs/Kconfig
new file mode 100644
index 000000000..6a91011ab
--- /dev/null
+++ b/nuttx/fs/romfs/Kconfig
@@ -0,0 +1,14 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config FS_ROMFS
+ bool "ROMFS file system"
+ default n
+ depends on !DISABLE_MOUNTPOINT
+ ---help---
+ Enable ROMFS filesystem support
+
+if FS_ROMFS
+endif