Remove NETDEV_LOOPBACK option, NET_LOOPBACK is enough

This commit is contained in:
Xiang Xiao
2020-02-02 14:15:24 +08:00
committed by Gregory Nutt
parent 2d7c072723
commit c5b1554d84
17 changed files with 18 additions and 30 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
config FS_USERFS
bool "User file system"
default n
depends on NET_IPv4 && NET_UDP && NETDEV_LOOPBACK
depends on NET_IPv4 && NET_UDP && NET_LOOPBACK
---help---
Enable support for user file system. See include/nuttx/fs/userfs.h