mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user