Skip to content

Commit da74c74

Browse files
committed
net: lib: http: enable EVENTFD for server
`http_server_core.c` uses `EVENTFD` functions. Signed-off-by: Jordan Yates <[email protected]>
1 parent 2bdf182 commit da74c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/net/lib/http/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ menuconfig HTTP_SERVER
3434
select HTTP_PARSER
3535
select HTTP_PARSER_URL
3636
select EXPERIMENTAL
37+
select EVENTFD
3738
imply NET_IPV4_MAPPING_TO_IPV6 if NET_IPV4 && NET_IPV6
3839
help
3940
HTTP1 and HTTP2 server support.

0 commit comments

Comments
 (0)