summaryrefslogtreecommitdiff
path: root/include/dahdi/dahdi_config.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-09-21 16:16:00 +0000
committerShaun Ruffell <sruffell@digium.com>2010-09-21 16:16:00 +0000
commit793b88ad83c2bf58ed09679a1deaeda64263dbb5 (patch)
tree8cc9f10d83bb44f9d45a4dbdb511f01344083712 /include/dahdi/dahdi_config.h
parentf347a452e48d92e5bf89e341c4f0bfa5ee0d0f05 (diff)
dahdi: Make CONFIG_DAHDI_PPP off by default.
Before CONFIG_DAHDI_PPP can be on by default, some more work needs to be done to ensure that the ppp_generic module is not always loaded and that all channels do not carry around all the PPP members unnecessarily. (issue #17990) Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Kevin P. Fleming <kpfleming@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9392 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include/dahdi/dahdi_config.h')
-rw-r--r--include/dahdi/dahdi_config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/dahdi/dahdi_config.h b/include/dahdi/dahdi_config.h
index d477c71..6ec671b 100644
--- a/include/dahdi/dahdi_config.h
+++ b/include/dahdi/dahdi_config.h
@@ -75,10 +75,6 @@
#endif
#endif
-#if defined(CONFIG_PPP) || defined(CONFIG_PPP_MODULE)
-#define CONFIG_DAHDI_PPP
-#endif
-
/*
* Uncomment CONFIG_DAHDI_NET to enable SyncPPP, CiscoHDLC, and Frame Relay
* support.
@@ -95,7 +91,11 @@
/*
* Uncomment for Generic PPP support (i.e. ZapRAS)
*/
+
+#if defined(CONFIG_PPP) || defined(CONFIG_PPP_MODULE)
/* #define CONFIG_DAHDI_PPP */
+#endif
+
/*
* Uncomment to enable "watchdog" to monitor if interfaces
* stop taking interrupts or otherwise misbehave