30cd61c07d
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4608 42af7a65-404d-4744-a932-0658087f49c3
15 lines
256 B
Plaintext
15 lines
256 B
Plaintext
#
|
|
# 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
|