net: Refresh config dependency of NET_READAHEAD

ICMP(v6) uses IOB queue as readahead, but TCP/UDP don't now.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
This commit is contained in:
Zhe Weng
2024-12-03 16:50:34 +08:00
committed by Xiang Xiao
parent d36ddb5790
commit 035fdb4951
3 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ config NET_ICMP_PMTU_TIMEOUT
config NET_ICMP_SOCKET
bool "IPPROTO_ICMP socket support"
default n
select MM_IOB
select NET_READAHEAD
---help---
Enable support for IPPROTO_ICMP sockets. These sockets are needed
for application level support for sending ECHO (ping) requests and

View File

@@ -39,7 +39,7 @@ config NET_ICMPv6_PMTU_TIMEOUT
config NET_ICMPv6_SOCKET
bool "IPPROTO_ICMP6 socket support"
default n
select MM_IOB
select NET_READAHEAD
---help---
Enable support for IPPROTO_ICMP6 sockets. These sockets are needed
for application level support for sending ICMPv7 ECHO requests and