summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/include/queue.h1
-rw-r--r--nuttx/net/Kconfig11
2 files changed, 11 insertions, 1 deletions
diff --git a/nuttx/include/queue.h b/nuttx/include/queue.h
index 88e049f4d..91c2c8c66 100644
--- a/nuttx/include/queue.h
+++ b/nuttx/include/queue.h
@@ -126,4 +126,3 @@ FAR dq_entry_t *dq_remfirst(FAR dq_queue_t *queue);
#endif
#endif /* __INCLUDE_QUEUE_H_ */
-
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index 3a9e842fe..2f4cb2a52 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -369,6 +369,17 @@ config NET_MULTICAST
---help---
Outgoing multi-cast address support
+# Select Transport (should be a choice)
+
+config NET_ETHERNET
+ bool
+ default y if !NET_SLIP
+ default n 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
+ Ethernet -- it is the default).
+
config NET_SLIP
bool "SLIP support"
default n