2014-06-29 07:42:34 +08:00
|
|
|
#
|
|
|
|
# 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.
|
2014-07-07 03:04:27 +08:00
|
|
|
|
|
|
|
if NET_IPv6
|
|
|
|
|
|
|
|
config NET_IPV6_NCONF_ENTRIES
|
|
|
|
int "Number of neighbors"
|
|
|
|
default 8
|
|
|
|
|
|
|
|
#config NET_IPV6_NEIGHBOR_ADDRTYPE
|
|
|
|
|
|
|
|
endif # NET_IPv6
|