net/udp/Kconfig: Auto-select CONFIG_WQUEUE_NOTIFIER when CONFIG_UDP_READAHEAD_NOTIFIER is selected.
This commit is contained in:
parent
e1622f60a6
commit
b0ba5b69c4
@ -100,7 +100,7 @@ const net_ipv6addr_t g_ipv6_llnetmask = /* Netmask for local link address */
|
|||||||
|
|
||||||
#ifdef CONFIG_NET_MLD
|
#ifdef CONFIG_NET_MLD
|
||||||
/* Version 2 Multicast Listener Reports are sent with an IP destination
|
/* Version 2 Multicast Listener Reports are sent with an IP destination
|
||||||
* address of FF02:0:0:0:0:0:0:16, to which all MLDv2-capable multicast
|
* address of FF02:0:0:0:0:0:0:16 on which all MLDv2-capable multicast
|
||||||
* routers listen (RFC 3810)
|
* routers listen (RFC 3810)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -61,6 +61,7 @@ config UDP_READAHEAD_NOTIFIER
|
|||||||
bool "Support UDP read-ahead notifications"
|
bool "Support UDP read-ahead notifications"
|
||||||
default n
|
default n
|
||||||
depends on NET_UDP_READAHEAD && SCHED_HPWORK
|
depends on NET_UDP_READAHEAD && SCHED_HPWORK
|
||||||
|
select WQUEUE_NOTIFIER
|
||||||
---help---
|
---help---
|
||||||
Enable building of UDP read-ahead notifier logic that will execute a
|
Enable building of UDP read-ahead notifier logic that will execute a
|
||||||
worker function on the high priority work queue when read-ahead data
|
worker function on the high priority work queue when read-ahead data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user