2012-04-06 23:49:35 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-07 00:45:52 +08:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
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
|