mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
if NET_IPv6
|
|
|
|
config NET_IPv6_NCONF_ENTRIES
|
|
int "Number of IPv6 neighbors"
|
|
default 8
|
|
|
|
#config NET_IPv6_NEIGHBOR_ADDRTYPE
|
|
|
|
endif # NET_IPv6
|