mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
fs/eventfd: add EVENT_FD_POLL as a Kconfig dependency for EVENT_FD_NPOLLWAITERS
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user