From: Marco Schlumpp Date: Mon, 30 Jan 2023 10:20:57 +0000 (+0100) Subject: Remove unused configuration options X-Git-Tag: RELEASE-0.12.0~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5b2b7fe96371da974b2f9b1261399115cda448b3;p=unikraft%2Flibs%2Flwip.git Remove unused configuration options These were originally used when LWIP provided poll functions, but these were moved to posix-event. Signed-off-by: Marco Schlumpp Reviewed-by: Radu Nichita Approved-by: Razvan Deaconescu Tested-by: Unikraft CI GitHub-Closes: #26 --- diff --git a/Config.uk b/Config.uk index d878460..21b529a 100644 --- a/Config.uk +++ b/Config.uk @@ -287,22 +287,6 @@ menuconfig LWIP_SOCKET default y if LWIP_SOCKET - config LWIP_SOCKET_SELECT_GENERIC_FDS - bool "Use select() with any file descriptor type" - depends on HAVE_LIBC - default y - help - lwip's select() implementation supports only sockets. This - configuration option makes it possible to use other file descriptor - types as well, even though they are not supported by lwip. - - config LWIP_SOCKET_PPOLL - bool "Enable ppoll()" - depends on HAVE_LIBC - default y - help - Enable ppoll() implementation. - config LWIP_UDP_RECVMBOX_FACTOR int "Factor for UDP recvmbox" depends on LWIP_UDP