system/ping: remove depends since NETUTILS_PING already contains this check

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2022-11-20 16:51:05 +08:00 committed by Xiang Xiao
parent bce24201c7
commit c81da4c185
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
config SYSTEM_PING
tristate "ICMP 'ping' command"
default n
depends on NET_ICMP || NET_ICMP_NO_STACK
select NETUTILS_PING
---help---
Enable support for the ICMP 'ping' command.

View File

@ -6,7 +6,6 @@
config SYSTEM_PING6
tristate "ICMPv6 'ping6' command"
default n
depends on NET_ICMPv6 || NET_ICMPv6_NO_STACK
select NETUTILS_PING6
---help---
Enable support for the ICMP 'ping' command.