summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index d5accecf..f3e17b62 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -75,6 +75,17 @@ REQUIRE_OBJECT ( syslog );
#endif
/*
+ * Timers
+ */
+
+#ifdef TIMER_BIOS
+REQUIRE_OBJECT ( timer_bios );
+#endif
+
+#ifdef TIMER_RTDSC
+REQUIRE_OBJECT ( timer_rtdsc );
+#endif
+/*
* Drag in all requested protocols
*
*/