Add CONFIG_ELOOP_KQUEUE to defconfig

Signed-off-by: Roy Marples <roy@marples.name>
This commit is contained in:
Roy Marples 2016-02-10 10:48:01 +00:00 committed by Jouni Malinen
parent 99a94f5588
commit 634e2e29d6
2 changed files with 6 additions and 0 deletions

View file

@ -249,6 +249,9 @@ CONFIG_IPV6=y
# Should we use epoll instead of select? Select is used by default. # Should we use epoll instead of select? Select is used by default.
#CONFIG_ELOOP_EPOLL=y #CONFIG_ELOOP_EPOLL=y
# Should we use kqueue instead of select? Select is used by default.
#CONFIG_ELOOP_KQUEUE=y
# Select TLS implementation # Select TLS implementation
# openssl = OpenSSL (default) # openssl = OpenSSL (default)
# gnutls = GnuTLS # gnutls = GnuTLS

View file

@ -270,6 +270,9 @@ CONFIG_BACKEND=file
# Should we use epoll instead of select? Select is used by default. # Should we use epoll instead of select? Select is used by default.
#CONFIG_ELOOP_EPOLL=y #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 # Select layer 2 packet implementation
# linux = Linux packet socket (default) # linux = Linux packet socket (default)
# pcap = libpcap/libdnet/WinPcap # pcap = libpcap/libdnet/WinPcap