Browse Source

Add CONFIG_ELOOP_KQUEUE to defconfig

Signed-off-by: Roy Marples <roy@marples.name>
Roy Marples 9 years ago
parent
commit
634e2e29d6
2 changed files with 6 additions and 0 deletions
  1. 3 0
      hostapd/defconfig
  2. 3 0
      wpa_supplicant/defconfig

+ 3 - 0
hostapd/defconfig

@@ -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

+ 3 - 0
wpa_supplicant/defconfig

@@ -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