Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)

This commit is contained in:
Gregory Nutt
2013-11-15 09:49:27 -06:00
parent 121de26583
commit f1671bb6a7
10 changed files with 25 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@ config FS_BINFS
bool "BINFS File System"
default n
depends on BUILTIN
select FS_READABLE
---help---
The BINFS file system is provides access to builtin applications through
the NuttX file system. The BINFS may, for example, be mount at /bin.