summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/nfs/Kconfig')
-rw-r--r--nuttx/fs/nfs/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/fs/nfs/Kconfig b/nuttx/fs/nfs/Kconfig
index 3838efffa..c9d944b64 100644
--- a/nuttx/fs/nfs/Kconfig
+++ b/nuttx/fs/nfs/Kconfig
@@ -7,6 +7,8 @@ config NFS
bool "NFS client file system"
default n
depends on NET && !DISABLE_MOUNTPOINT
+ select FS_READABLE
+ select FS_WRITABLE
---help---
Enable network file system (NFS) client file system