Add CONFIG_ELOOP_KQUEUE to defconfig
authorRoy Marples <roy@marples.name>
Wed, 10 Feb 2016 10:48:01 +0000 (10:48 +0000)
committerJouni Malinen <j@w1.fi>
Thu, 18 Feb 2016 15:02:13 +0000 (17:02 +0200)
Signed-off-by: Roy Marples <roy@marples.name>
hostapd/defconfig
wpa_supplicant/defconfig

index 2a749dd..6f4e587 100644 (file)
@@ -249,6 +249,9 @@ CONFIG_IPV6=y
 # Should we use epoll instead of select? Select is used by default.
 #CONFIG_ELOOP_EPOLL=y
 
+# Should we use kqueue instead of select? Select is used by default.
+#CONFIG_ELOOP_KQUEUE=y
+
 # Select TLS implementation
 # openssl = OpenSSL (default)
 # gnutls = GnuTLS
index 8b1d121..a615c7c 100644 (file)
@@ -270,6 +270,9 @@ CONFIG_BACKEND=file
 # Should we use epoll instead of select? Select is used by default.
 #CONFIG_ELOOP_EPOLL=y
 
+# Should we use kqueue instead of select? Select is used by default.
+#CONFIG_ELOOP_KQUEUE=y
+
 # Select layer 2 packet implementation
 # linux = Linux packet socket (default)
 # pcap = libpcap/libdnet/WinPcap