Skip to content

Commit cf39d12

Browse files
pdgendtdkalowsk
authored andcommitted
net: lib: http: Select required symbols for server
Select the NET_SOCKETS and EVENTFD kconfig symbols in order for the HTTP server to compile. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
1 parent 35b1fa2 commit cf39d12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsys/net/lib/http/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ menuconfig HTTP_SERVER
3434
select HTTP_PARSER
3535
select HTTP_PARSER_URL
3636
select EXPERIMENTAL
37+
select NET_SOCKETS
38+
select EVENTFD
3739
imply NET_IPV4_MAPPING_TO_IPV6 if NET_IPV4 && NET_IPV6
3840
help
3941
HTTP1 and HTTP2 server support.

0 commit comments

Comments
 (0)