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, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/Kconfig b/nuttx/fs/nfs/Kconfig
index c9d944b64..6a06555f4 100644
--- a/nuttx/fs/nfs/Kconfig
+++ b/nuttx/fs/nfs/Kconfig
@@ -6,7 +6,7 @@
config NFS
bool "NFS client file system"
default n
- depends on NET && !DISABLE_MOUNTPOINT
+ depends on NET_UDP && !DISABLE_MOUNTPOINT
select FS_READABLE
select FS_WRITABLE
---help---