diff options
author | Davide Libenzi <davidel@xmailserver.org> | 2008-02-05 01:27:29 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:07 -0500 |
commit | f79c343e2e5ba82b9661e7287a42fac596bf367a (patch) | |
tree | e1fc8a607e702fe4f80f58c9f03fa09d9d86f7b7 /init | |
parent | cb9282ee589e57360ab701a7e450e03e7890401d (diff) |
timerfd: un-break CONFIG_TIMERFD
Remove the broken status to CONFIG_TIMERFD.
Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Cc: Michael Kerrisk <mtk-manpages@gmx.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index b2acdeb2d312..dc28836d9d00 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -582,7 +582,6 @@ config SIGNALFD | |||
582 | config TIMERFD | 582 | config TIMERFD |
583 | bool "Enable timerfd() system call" if EMBEDDED | 583 | bool "Enable timerfd() system call" if EMBEDDED |
584 | select ANON_INODES | 584 | select ANON_INODES |
585 | depends on BROKEN | ||
586 | default y | 585 | default y |
587 | help | 586 | help |
588 | Enable the timerfd() system call that allows to receive timer | 587 | Enable the timerfd() system call that allows to receive timer |