From 5cd8f8c7af090d50b0183e5f877886cbd7cadb23 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 30 Jul 2010 20:52:48 +0200 Subject: [PATCH] UCW: Document CONFIG_UCW_EPOLL --- ucw/default.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ucw/default.cfg b/ucw/default.cfg index 6b919c6b..18c424fa 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -55,5 +55,8 @@ Set("CONFIG_UCW_FB_DIRECT"); # Use thread-local storage (needs GCC-support, default: auto-detect) # Set("CONFIG_UCW_TLS"); +# Use epoll (needs support in libc and kernel, default: auto-detect) +# Set("CONFIG_UCW_EPOLL"); + # Return success 1; -- 2.39.2