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, 0 insertions, 14 deletions
diff --git a/nuttx/fs/romfs/Kconfig b/nuttx/fs/romfs/Kconfig
deleted file mode 100644
index 6a91011ab..000000000
--- a/nuttx/fs/romfs/Kconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# 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