From a4ee69b5300fddb961c6f0c521d204d849e52a0c Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 5 Jan 2010 20:12:48 +0200 Subject: 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. --- drivers/dahdi/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 drivers/dahdi/Kconfig (limited to 'drivers/dahdi/Kconfig') 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. + -- cgit v1.2.3