summaryrefslogtreecommitdiff
path: root/nuttx/net/ipv6/Kconfig
blob: 369344afcd3d1e5f817527e36bd5760f8ae2780e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config NET_IPv6
	bool "IPv6"
	default n
	depends on EXPERIMENTAL
	---help---
		Build in support for IPv6.  Not fully implemented.