summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-01 09:40:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-01 09:40:23 -0600
commit128bb780f500884e6d1b9078e4be347d9da5bbfe (patch)
treecfd5446e2294ee4d9380f8d7b27cebc9d7453b75 /nuttx/net/Kconfig
parent273adb5427409d8ed088c2bbce374028ed39d356 (diff)
downloadpx4-nuttx-128bb780f500884e6d1b9078e4be347d9da5bbfe.tar.gz
px4-nuttx-128bb780f500884e6d1b9078e4be347d9da5bbfe.tar.bz2
px4-nuttx-128bb780f500884e6d1b9078e4be347d9da5bbfe.zip
Add CONFIG_NET_ETHERNET (not used yet)
Diffstat (limited to 'nuttx/net/Kconfig')
-rw-r--r--nuttx/net/Kconfig11
1 files changed, 11 insertions, 0 deletions
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