2014-06-28 17:42:34 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:08:57 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-06-28 17:42:34 -06:00
|
|
|
#
|
|
|
|
|
2014-07-06 13:04:27 -06:00
|
|
|
if NET_IPv6
|
|
|
|
|
2015-01-20 12:31:56 -06:00
|
|
|
config NET_IPv6_NCONF_ENTRIES
|
2015-01-16 16:49:48 -06:00
|
|
|
int "Number of IPv6 neighbors"
|
2014-07-06 13:04:27 -06:00
|
|
|
default 8
|
|
|
|
|
2015-01-20 12:31:56 -06:00
|
|
|
#config NET_IPv6_NEIGHBOR_ADDRTYPE
|
2014-07-06 13:04:27 -06:00
|
|
|
|
|
|
|
endif # NET_IPv6
|