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