mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Remove NETDEV_LOOPBACK option, NET_LOOPBACK is enough
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user