1config FS_NFS 2 bool "Enable NFS" 3 default y 4 depends on FS_VFS 5 depends on NET_LWIP_SACK 6 depends on DEBUG_VERSION 7 help 8 Answer Y to enable LiteOS support nfs filesystem. 9