summaryrefslogtreecommitdiff
path: root/nuttx/net/ipv6/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-06 13:04:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-06 13:04:27 -0600
commite6cf1218caf30ac4f762780ea99761eb78f9709d (patch)
tree86f6068461a676e495797952c07c6bc1b5c23ca5 /nuttx/net/ipv6/Kconfig
parentd7cb2073bb06a160abc24f5820c800b7e9f20fe8 (diff)
downloadpx4-nuttx-e6cf1218caf30ac4f762780ea99761eb78f9709d.tar.gz
px4-nuttx-e6cf1218caf30ac4f762780ea99761eb78f9709d.tar.bz2
px4-nuttx-e6cf1218caf30ac4f762780ea99761eb78f9709d.zip
NET: Add a few missing configuration options to the Kconfig files
Diffstat (limited to 'nuttx/net/ipv6/Kconfig')
-rw-r--r--nuttx/net/ipv6/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/net/ipv6/Kconfig b/nuttx/net/ipv6/Kconfig
index 369344afc..075622bb7 100644
--- a/nuttx/net/ipv6/Kconfig
+++ b/nuttx/net/ipv6/Kconfig
@@ -9,3 +9,13 @@ config NET_IPv6
depends on EXPERIMENTAL
---help---
Build in support for IPv6. Not fully implemented.
+
+if NET_IPv6
+
+config NET_IPV6_NCONF_ENTRIES
+ int "Number of neighbors"
+ default 8
+
+#config NET_IPV6_NEIGHBOR_ADDRTYPE
+
+endif # NET_IPv6