mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Networking: Make a home for ICMPv6
This commit is contained in:
+2
-1
@@ -3,12 +3,12 @@
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
#
|
||||
|
||||
if NET_IPv4
|
||||
menu "ICMP Networking Support"
|
||||
|
||||
config NET_ICMP
|
||||
bool "Enable ICMP networking"
|
||||
default n
|
||||
depends on NET
|
||||
---help---
|
||||
Enable minimal ICMP support. Includes built-in support
|
||||
for sending replies to received ECHO (ping) requests.
|
||||
@@ -30,3 +30,4 @@ config NET_PINGADDRCONF
|
||||
|
||||
endif # NET_ICMP
|
||||
endmenu # ICMP Networking Support
|
||||
endif # NET_IPv4
|
||||
|
||||
Reference in New Issue
Block a user