summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat
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/fat
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/fat')
-rw-r--r--nuttx/fs/fat/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/fs/fat/Kconfig b/nuttx/fs/fat/Kconfig
index 3f322c626..175ddf20d 100644
--- a/nuttx/fs/fat/Kconfig
+++ b/nuttx/fs/fat/Kconfig
@@ -7,6 +7,8 @@ config FS_FAT
bool "FAT file system"
default n
depends on !DISABLE_MOUNTPOINT
+ select FS_READABLE
+ select FS_WRITABLE
---help---
Enable FAT filesystem support