summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Kconfig')
-rw-r--r--nuttx/net/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index c303146ba..85b71c576 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -120,6 +120,7 @@ config NET_ETHERNET
bool
default y if !NET_SLIP
default n if NET_SLIP
+ select NETDEV_MULTINIC if NET_SLIP
---help---
If NET_SLIP is not selected, then Ethernet will be used (there is
no need to define anything special in the configuration file to use
@@ -128,6 +129,7 @@ config NET_ETHERNET
config NET_SLIP
bool "SLIP support"
default n
+ select NETDEV_MULTINIC if NET_ETHERNET
---help---
Enables building of the SLIP driver. SLIP requires
at least one IP protocol selected and the following additional