mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +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
|
config EVENT_FD_NPOLLWAITERS
|
||||||
int "Number of eventFD poll waiters"
|
int "Number of eventFD poll waiters"
|
||||||
default 2
|
default 2
|
||||||
|
depends on EVENT_FD_POLL
|
||||||
---help---
|
---help---
|
||||||
Maximum number of threads that can be waiting on poll()
|
Maximum number of threads that can be waiting on poll()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user