2012-04-06 23:49:35 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 23:49:35 +08:00
|
|
|
#
|
2012-04-11 07:01:40 +08:00
|
|
|
|
2012-04-15 02:01:45 +08:00
|
|
|
config FS_ROMFS
|
|
|
|
bool "ROMFS file system"
|
|
|
|
default n
|
|
|
|
depends on !DISABLE_MOUNTPOINT
|
2013-11-15 23:49:27 +08:00
|
|
|
select FS_READABLE
|
2012-04-15 02:01:45 +08:00
|
|
|
---help---
|
|
|
|
Enable ROMFS filesystem support
|
|
|
|
|
|
|
|
if FS_ROMFS
|
|
|
|
endif
|