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