summaryrefslogtreecommitdiff
path: root/nuttx/fs/binfs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-15 09:49:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-15 09:49:27 -0600
commit26f6e9f2200bb058a86f1ec9aed78bbd447da91c (patch)
tree20a9a41e663bb8479c12ec6d5f5657df09622fe0 /nuttx/fs/binfs
parent6ce7e02551987f0b8643e02de47f808dd894f42c (diff)
downloadpx4-nuttx-26f6e9f2200bb058a86f1ec9aed78bbd447da91c.tar.gz
px4-nuttx-26f6e9f2200bb058a86f1ec9aed78bbd447da91c.tar.bz2
px4-nuttx-26f6e9f2200bb058a86f1ec9aed78bbd447da91c.zip
Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)
Diffstat (limited to 'nuttx/fs/binfs')
-rw-r--r--nuttx/fs/binfs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/fs/binfs/Kconfig b/nuttx/fs/binfs/Kconfig
index eedbe497d..6ec155f93 100644
--- a/nuttx/fs/binfs/Kconfig
+++ b/nuttx/fs/binfs/Kconfig
@@ -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.