summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index 2eba66c9e..526eb3722 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -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---