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 a80bd8326bc6..db707204b751 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -492,6 +492,16 @@ config EPOLL | |||
| 492 | Disabling this option will cause the kernel to be built without | 492 | Disabling this option will cause the kernel to be built without |
| 493 | support for epoll family of system calls. | 493 | support for epoll family of system calls. |
| 494 | 494 | ||
| 495 | config SIGNALFD | ||
| 496 | bool "Enable signalfd() system call" if EMBEDDED | ||
| 497 | depends on ANON_INODES | ||
| 498 | default y | ||
| 499 | help | ||
| 500 | Enable the signalfd() system call that allows to receive signals | ||
| 501 | on a file descriptor. | ||
| 502 | |||
| 503 | If unsure, say Y. | ||
| 504 | |||
| 495 | config SHMEM | 505 | config SHMEM |
| 496 | bool "Use full shmem filesystem" if EMBEDDED | 506 | bool "Use full shmem filesystem" if EMBEDDED |
| 497 | default y | 507 | default y |
