fs/eventfd: add EVENT_FD_POLL as a Kconfig dependency for EVENT_FD_NPOLLWAITERS
This commit is contained in:
parent
f547883747
commit
87375ae2ac
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue