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
@@ -209,7 +209,7 @@ void up_initialize(void)
up_netinitialize();
#endif
#ifdef CONFIG_NETDEV_LOOPBACK
#ifdef CONFIG_NET_LOOPBACK
/* Initialize the local loopback device */
localhost_initialize();