drivers/net: Add a basic prototype for a local loopback device

This commit is contained in:
Gregory Nutt
2015-08-24 11:03:36 -06:00
parent 07bdff9ef7
commit ccb24e1766
4 changed files with 659 additions and 2 deletions
+4 -1
View File
@@ -8,8 +8,11 @@ comment "General Ethernet MAC Driver Options"
config NETDEV_LOOPBACK
bool "Local loopback support"
default n
select NET_NOINTS
---help---
Add support for the local network loopback device, lo.
Add support for the local network loopback device, lo. Any additional
networking devices that are enabled must be compatible with
CONFIG_NET_NOINTS.
config NETDEV_MULTINIC
bool "Multiple network interface support"