Networking: Local loopback is basically functional and is no longer EXPERIMENTAL

This commit is contained in:
Gregory Nutt 2015-08-24 13:58:57 -06:00
parent 933d74e5c1
commit 3c5f817513
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ config NETDEV_LOOPBACK
default n if !NET_LOOPBACK
default y if NET_LOOPBACK
select NET_NOINTS
depends on EXPERIMENTAL
---help---
Add support for the local network loopback device, lo. Any additional
networking devices that are enabled must be compatible with

View File

@ -166,7 +166,6 @@ config NET_ETHERNET
config NET_LOOPBACK
bool "Local loopback"
default n
depends on EXPERIMENTAL
---help---
Add support for the local network loopback device, lo. Any additional
networking devices that are enabled must be compatible with