From: Davide Libenzi Date: Tue, 5 Feb 2008 06:27:29 +0000 (-0800) Subject: timerfd: un-break CONFIG_TIMERFD X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f79c343e2e5ba82b9661e7287a42fac596bf367a;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git timerfd: un-break CONFIG_TIMERFD Remove the broken status to CONFIG_TIMERFD. Signed-off-by: Davide Libenzi Cc: Michael Kerrisk Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/Kconfig b/init/Kconfig index b2acdeb2d31..dc28836d9d0 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -582,7 +582,6 @@ config SIGNALFD config TIMERFD bool "Enable timerfd() system call" if EMBEDDED select ANON_INODES - depends on BROKEN default y help Enable the timerfd() system call that allows to receive timer