diff options
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index a9e99f8328f..5f8dba9883d 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -505,6 +505,7 @@ config SIGNALFD config TIMERFD bool "Enable timerfd() system call" if EMBEDDED depends on ANON_INODES + depends on BROKEN default y help Enable the timerfd() system call that allows to receive timer |