summaryrefslogblamecommitdiff
path: root/nuttx/fs/romfs/Kconfig
blob: 6a91011abf0a760f64cf510d1772919fb51e33fe (plain) (tree)
1
2
3
4
5

                                                             
                                      
 
 








                                               
#
# 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