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:
parent
35b1fa272d
commit
cf39d12714
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue