summaryrefslogtreecommitdiff
path: root/nuttx/net/icmpv6/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/icmpv6/Kconfig')
-rw-r--r--nuttx/net/icmpv6/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/net/icmpv6/Kconfig b/nuttx/net/icmpv6/Kconfig
index 48652e479..c4f9bfa2d 100644
--- a/nuttx/net/icmpv6/Kconfig
+++ b/nuttx/net/icmpv6/Kconfig
@@ -53,6 +53,14 @@ config ICMPv6_NEIGHBOR_DELAYMSEC
endif # NET_ICMPv6_NEIGHBOR
+config NET_ICMPv6_AUTOCONF
+ bool "ICMPv6 autoconfiguration"
+ default n
+ ---help---
+ Enable ioctl() logic that implements ICMPv6 auto configuration.
+ ICMPv6 auto configuration is an alternative to DHCPv6 for obtaining
+ an IPv6 address from a router.
+
endif # NET_ICMPv6
endmenu # ICMPv6 Networking Support
endif # NET_IPv6