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
-11
View File
@@ -5,17 +5,6 @@
comment "General Ethernet MAC Driver Options"
config NETDEV_LOOPBACK
bool
default n if !NET_LOOPBACK
default y if NET_LOOPBACK
select ARCH_HAVE_NETDEV_STATISTICS
---help---
Add support for the local network loopback device, lo.
if NETDEV_LOOPBACK
endif # NETDEV_LOOPBACK
config NET_RPMSG_DRV
bool "RPMSG net driver"
depends on NET && OPENAMP