summaryrefslogtreecommitdiff
path: root/kernel/zconfig.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-16 21:39:47 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-16 21:39:47 +0000
commitdd3fad8de5df2f25630d66154f209b6b7cbf4049 (patch)
treeed5c05bf8715f685b46da469d8d7c22cc0d8c0dc /kernel/zconfig.h
parent5e00740361c43a489bff5d280a80fe7285ea9231 (diff)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4301 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/zconfig.h')
-rw-r--r--kernel/zconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/zconfig.h b/kernel/zconfig.h
index 2070355..35056e3 100644
--- a/kernel/zconfig.h
+++ b/kernel/zconfig.h
@@ -48,11 +48,11 @@
/*
* Define if you want MMX optimizations in zaptel
*
- * Note: CONFIG_DAHDI_MMX is generally incompatible with AMD
+ * Note: CONFIG_ZAPTEL_MMX is generally incompatible with AMD
* processors and can cause system instability!
*
*/
-/* #define CONFIG_DAHDI_MMX */
+/* #define CONFIG_ZAPTEL_MMX */
/** If defined: the user must define exactly one ECHO_CAN_ var: */
#ifndef ECHO_CAN_FROMENV
@@ -134,7 +134,7 @@
* Uncomment to enable "watchdog" to monitor if interfaces
* stop taking interrupts or otherwise misbehave
*/
-/* #define CONFIG_DAHDI_WATCHDOG */
+/* #define CONFIG_ZAPTEL_WATCHDOG */
/*
* Uncomment for Non-standard FXS groundstart start state (A=Low, B=Low)
@@ -187,7 +187,7 @@
* Enable sync_tick() calls. Allows low-level drivers to synchronize
* their internal clocks to the zaptel master clock.
*/
-#define DAHDI_SYNC_TICK
+#define ZAPTEL_SYNC_TICK
/*
* Skip processing PCM if low-level driver won't use it anyway