net/ping: utils ping should depends on ipv4

utils ping should depends on ipv4

Signed-off-by: gaohedong <gaohedong@xiaomi.com>
This commit is contained in:
gaohedong 2025-09-24 23:44:33 +08:00 committed by Xiang Xiao
parent f89773cbc8
commit b56795e1e2

View file

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