From 87375ae2aca2a818ac4e285e2ff0102bbf7427a5 Mon Sep 17 00:00:00 2001 From: Simon Piriou Date: Sat, 8 May 2021 15:14:31 +0200 Subject: [PATCH] fs/eventfd: add EVENT_FD_POLL as a Kconfig dependency for EVENT_FD_NPOLLWAITERS --- fs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/Kconfig b/fs/Kconfig index 02b9f76945..e8f8b29561 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -82,6 +82,7 @@ config EVENT_FD_POLL config EVENT_FD_NPOLLWAITERS int "Number of eventFD poll waiters" default 2 + depends on EVENT_FD_POLL ---help--- Maximum number of threads that can be waiting on poll()