Network: Update SLIP configuration; Fix compile issues when building SLIP only

This commit is contained in:
Gregory Nutt
2014-11-15 14:36:49 -06:00
parent daa94934eb
commit 51adb90e9a
3 changed files with 117 additions and 46 deletions
+2 -1
View File
@@ -96,7 +96,8 @@ config NET_MULTILINK
config NET_ETHERNET
bool "Ethernet support"
default y
default y if !NET_SLIP
default n if NET_SLIP
select NETDEV_MULTINIC if NET_SLIP
select NET_MULTILINK if NET_SLIP
---help---