summaryrefslogtreecommitdiff
path: root/drivers/dahdi/Kconfig
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-01-05 20:12:48 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-01-05 20:12:48 +0200
commita4ee69b5300fddb961c6f0c521d204d849e52a0c (patch)
tree844e20af088a4c7a6799b93e1b07617848641a98 /drivers/dahdi/Kconfig
parent7f2c8c423162af1f81bfbea5a3185b457d2cdcb5 (diff)
Introduce the build system
The Makefile supports either building modules locally or generating a patch vs. dahdi-linux SVN. * drivers/dahdi/{Kbuild,Kconfig} - will be merged with existing ones * dahdi_echocan_oslec.c: Copied as-is from dahdi. Provides a better sanity check that the 'echo' module was built OK.
Diffstat (limited to 'drivers/dahdi/Kconfig')
-rw-r--r--drivers/dahdi/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/dahdi/Kconfig b/drivers/dahdi/Kconfig
new file mode 100644
index 0000000..d128f1d
--- /dev/null
+++ b/drivers/dahdi/Kconfig
@@ -0,0 +1,14 @@
+
+
+config ECHO
+ tristate "Line Echo Canceller support"
+ default DAHDI
+ --help--
+ This driver provides line echo cancelling support for mISDN and
+ DAHDI drivers.
+
+ To compile this driver as a module, choose M here: the
+ module will be called echo.
+
+ If unsure, say Y.
+