net/udp/Kconfig: Auto-select CONFIG_WQUEUE_NOTIFIER when CONFIG_UDP_READAHEAD_NOTIFIER is selected.

This commit is contained in:
Gregory Nutt 2018-11-10 09:43:44 -06:00
parent e1622f60a6
commit b0ba5b69c4
2 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,7 @@ const net_ipv6addr_t g_ipv6_llnetmask = /* Netmask for local link address */
#ifdef CONFIG_NET_MLD
/* 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)
*/

View File

@ -61,6 +61,7 @@ config UDP_READAHEAD_NOTIFIER
bool "Support UDP read-ahead notifications"
default n
depends on NET_UDP_READAHEAD && SCHED_HPWORK
select WQUEUE_NOTIFIER
---help---
Enable building of UDP read-ahead notifier logic that will execute a
worker function on the high priority work queue when read-ahead data