summaryrefslogtreecommitdiff
path: root/nuttx/net/icmpv6/Kconfig
blob: bc95a6678e84c7aac107cdab126482be1f0b928e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

if NET_IPv6
menu "ICMPv6 Networking Support"

config NET_ICMPv6
	bool "Enable ICMPv6 networking"
	default n
	depends on NET
	---help---
		Enable minimal ICMPv6 support. Includes built-in support
		for sending replies to received ECHO (ping) requests.

if NET_ICMPv6

endif # NET_ICMPv6
endmenu # ICMPv6 Networking Support
endif # NET_IPv6