Kconfig updates

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4608 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-04-14 18:01:45 +00:00
parent 43ac9ef043
commit 30cd61c07d
8 changed files with 65 additions and 23 deletions
+9 -1
View File
@@ -3,4 +3,12 @@
# see misc/tools/kconfig-language.txt.
#
comment "ROMFS file system"
config FS_ROMFS
bool "ROMFS file system"
default n
depends on !DISABLE_MOUNTPOINT
---help---
Enable ROMFS filesystem support
if FS_ROMFS
endif