mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +00:00
14 lines
274 B
Text
14 lines
274 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if NET_IPv6
|
|
|
|
config NET_IPv6_NCONF_ENTRIES
|
|
int "Number of IPv6 neighbors"
|
|
default 8
|
|
|
|
#config NET_IPv6_NEIGHBOR_ADDRTYPE
|
|
|
|
endif # NET_IPv6
|