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>
This commit is contained in:
Pieter De Gendt 2025-06-09 15:27:52 +02:00 committed by Dan Kalowsky
commit cf39d12714

View file

@ -34,6 +34,8 @@ menuconfig HTTP_SERVER
select HTTP_PARSER
select HTTP_PARSER_URL
select EXPERIMENTAL
select NET_SOCKETS
select EVENTFD
imply NET_IPV4_MAPPING_TO_IPV6 if NET_IPV4 && NET_IPV6
help
HTTP1 and HTTP2 server support.