summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-14 18:25:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-14 18:25:33 -0600
commitdefc8c9b135e6d13febf7438147da8452477398a (patch)
treecd608e919910dea41b53679d7146cdefc2ce2ebd /nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
parentb37853d028a2742da5aeeacc27a65bb279ea60d6 (diff)
downloadpx4-nuttx-defc8c9b135e6d13febf7438147da8452477398a.tar.gz
px4-nuttx-defc8c9b135e6d13febf7438147da8452477398a.tar.bz2
px4-nuttx-defc8c9b135e6d13febf7438147da8452477398a.zip
ARP: Add support for the case where there are multiple networks: One being Etherenet and the other not (say slip or perhaps someday PPP). In that case, we need to suppress ARP-related operations on the SLIP/PPP interface only
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig')
-rw-r--r--nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig b/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
index 8c698f14d..bc8295760 100644
--- a/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
@@ -531,7 +531,12 @@ CONFIG_IOB_NBUFFERS=24
CONFIG_IOB_BUFSIZE=196
CONFIG_IOB_NCHAINS=8
CONFIG_IOB_THROTTLE=0
+
+#
+# Routing Table Configuration
+#
# CONFIG_NET_ROUTE is not set
+CONFIG_NET_ETHERNET=y
#
# File Systems