Networking: Local loopback is basically functional and is no longer EXPERIMENTAL
This commit is contained in:
parent
933d74e5c1
commit
3c5f817513
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user