summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs/Kconfig
blob: d7dd7963941e286c0fb46f0559b8d2678aba7af0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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
	select FS_READABLE
	---help---
		Enable ROMFS filesystem support

if FS_ROMFS
endif