summaryrefslogtreecommitdiff
path: root/kernel/zconfig.h
diff options
context:
space:
mode:
authorsruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2009-07-21 18:29:22 +0000
committersruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2009-07-21 18:29:22 +0000
commit400534fd362499ba7953dab31ac638c5d7c38f99 (patch)
tree3a24ddd4c07fa3984be6e8778e96a4c78eb9f03c /kernel/zconfig.h
parent7e7de3b94ca6799eb3637c3922463250fae471cc (diff)
dahdi-base: Add support for core timing.
This essentially moves the function of dahdi_dummy into the core of Zaptel. It ensures that if Zaptel is loaded, it will always be able to provide timing, regardless of whether there are board drivers loaded, or if the board drivers are properly calling dahdi_receive. If there is a master span loaded which is calling ztreceive, then the behavior will be like it is normally. This functionality is off by default, uncomment CONFIG_ZAPTEL_CORE_TIMER in include/dahdi/config_dahdi.h in order to enable it. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4666 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/zconfig.h')
-rw-r--r--kernel/zconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/zconfig.h b/kernel/zconfig.h
index 26d1755..d2eca7d 100644
--- a/kernel/zconfig.h
+++ b/kernel/zconfig.h
@@ -150,6 +150,12 @@
/* #define CONFIG_ZAPTEL_WATCHDOG */
/*
+ * Define CONFIG_ZAPTEL_CORE_TIMER if you would like dahdi to always provide a
+ * timing source regardless of which spans / drivers are configured.
+ */
+/* #define CONFIG_ZAPTEL_CORE_TIMER */
+
+/*
* Uncomment for Non-standard FXS groundstart start state (A=Low, B=Low)
* particularly for CAC channel bank groundstart FXO ports.
*/