diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 02c167de9646..4e009fde4b69 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -512,6 +512,16 @@ config TIMERFD | |||
512 | 512 | ||
513 | If unsure, say Y. | 513 | If unsure, say Y. |
514 | 514 | ||
515 | config EVENTFD | ||
516 | bool "Enable eventfd() system call" if EMBEDDED | ||
517 | depends on ANON_INODES | ||
518 | default y | ||
519 | help | ||
520 | Enable the eventfd() system call that allows to receive both | ||
521 | kernel notification (ie. KAIO) or userspace notifications. | ||
522 | |||
523 | If unsure, say Y. | ||
524 | |||
515 | config SHMEM | 525 | config SHMEM |
516 | bool "Use full shmem filesystem" if EMBEDDED | 526 | bool "Use full shmem filesystem" if EMBEDDED |
517 | default y | 527 | default y |