summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/romfs/Kconfig')
-rw-r--r--nuttx/fs/romfs/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/fs/romfs/Kconfig b/nuttx/fs/romfs/Kconfig
index 22274681a..6a91011ab 100644
--- a/nuttx/fs/romfs/Kconfig
+++ b/nuttx/fs/romfs/Kconfig
@@ -3,4 +3,12 @@
# see misc/tools/kconfig-language.txt.
#
-comment "ROMFS file system"
+config FS_ROMFS
+ bool "ROMFS file system"
+ default n
+ depends on !DISABLE_MOUNTPOINT
+ ---help---
+ Enable ROMFS filesystem support
+
+if FS_ROMFS
+endif