1# 2# For a description of the syntax of this configuration file, 3# see the file kconfig-language.txt in the NuttX tools repository. 4# 5 6config FS_ROMFS 7 bool "ROMFS file system" 8 default n 9 depends on !DISABLE_MOUNTPOINT 10 select FS_READABLE 11 ---help--- 12 Enable ROMFS filesystem support 13 14if FS_ROMFS 15endif 16