apps/system/ping6:  Remove NET_USRSOCK from Kconfig dependence list
diff --git a/system/ping6/Kconfig b/system/ping6/Kconfig
index 6954640..88cce1f 100644
--- a/system/ping6/Kconfig
+++ b/system/ping6/Kconfig
@@ -6,7 +6,8 @@
 config SYSTEM_PING6
 	tristate "ICMPv6 'ping6' command"
 	default n
-	depends on NET_ICMPv6_SOCKET || NET_USRSOCK
+	depends on NET_ICMPv6
+	select NETUTILS_PING6
 	---help---
 		Enable support for the ICMP 'ping' command.