summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-16 09:36:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-16 09:36:08 -0600
commit90ce79a230ed45c9507c45e02abd82691dc24294 (patch)
tree5f1bef81c9b22e99f77ffc24e021a733799df935
parentb6112c5ca3f1d5b8b929ae64e0b256d26374fc7c (diff)
downloadnuttx-90ce79a230ed45c9507c45e02abd82691dc24294.tar.gz
nuttx-90ce79a230ed45c9507c45e02abd82691dc24294.tar.bz2
nuttx-90ce79a230ed45c9507c45e02abd82691dc24294.zip
Refresh configuration
-rw-r--r--nuttx/configs/stm32f4discovery/netnsh/defconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/configs/stm32f4discovery/netnsh/defconfig b/nuttx/configs/stm32f4discovery/netnsh/defconfig
index 4549421f8..2b0430b76 100644
--- a/nuttx/configs/stm32f4discovery/netnsh/defconfig
+++ b/nuttx/configs/stm32f4discovery/netnsh/defconfig
@@ -737,6 +737,12 @@ CONFIG_NET_RECEIVE_WINDOW=536
CONFIG_NET_GUARDSIZE=2
#
+# Data link support
+#
+# CONFIG_NET_MULTILINK is not set
+CONFIG_NET_ETHERNET=y
+
+#
# Socket Support
#
CONFIG_NSOCKET_DESCRIPTORS=8
@@ -816,8 +822,6 @@ CONFIG_IOB_THROTTLE=8
# Routing Table Configuration
#
# CONFIG_NET_ROUTE is not set
-# CONFIG_NET_MULTILINK is not set
-CONFIG_NET_ETHERNET=y
#
# Crypto API