summaryrefslogtreecommitdiff
path: root/nuttx/net/icmp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/icmp/Kconfig')
-rw-r--r--nuttx/net/icmp/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/net/icmp/Kconfig b/nuttx/net/icmp/Kconfig
index 254d5135e..872fa48c0 100644
--- a/nuttx/net/icmp/Kconfig
+++ b/nuttx/net/icmp/Kconfig
@@ -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