]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commitdiff
Remove unused configuration options
authorMarco Schlumpp <marco@unikraft.io>
Mon, 30 Jan 2023 10:20:57 +0000 (11:20 +0100)
committerUnikraft <monkey@unikraft.io>
Fri, 3 Feb 2023 22:50:56 +0000 (22:50 +0000)
These were originally used when LWIP provided poll functions, but these
were moved to posix-event.

Signed-off-by: Marco Schlumpp <marco@unikraft.io>
Reviewed-by: Radu Nichita <radunichita99@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #26

Config.uk

index d87846091b84787f605d8c843ec17bb6b603b50f..21b529a73892ee2993816c7e6e1ccd6eaad35139 100644 (file)
--- 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