From 9d886a8e34490fabc3a1e3a0ebba5f8a43a6fd49 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 19 Jun 2008 13:36:15 +0000 Subject: Further XPP driver adjustments: * More complete Kconfig. * Verification of FXO init script moved here from tools. * Perl init scripts are verified. * Correct name XppConf*ig*. * Add the files for xpp_mmap . git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4408 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/xpp/Kconfig | 48 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 10 deletions(-) (limited to 'drivers/dahdi/xpp/Kconfig') diff --git a/drivers/dahdi/xpp/Kconfig b/drivers/dahdi/xpp/Kconfig index fa1d57c..aebd29c 100644 --- a/drivers/dahdi/xpp/Kconfig +++ b/drivers/dahdi/xpp/Kconfig @@ -4,7 +4,7 @@ menuconfig DAHDI_XPP tristate "Xorcom Astribank Support" - depends on DAHDI && USB + depends on DAHDI default DAHDI ---help--- Infrastructure support for Xorcom Astribank products. @@ -14,16 +14,32 @@ menuconfig DAHDI_XPP If unsure, say Y. -if DAHDI_XPP - config DAHDI_XPP_USB - tristate - depends on DAHDI_XPP + tristate "Astribank USB transport" + depends on DAHDI_XPP && USB + default DAHDI_XPP + ---help--- + To compile this driver as a module, choose M here: the + module will be called xpp_usb. + + If unsure, say Y. + +config DAHDI_XPP_MMAP + tristate "Astribank Blackfin transport" + depends on DAHDI_XPP && BF537 default DAHDI_XPP + ---help--- + To compile this driver as a module, choose M here: the + module will be called xpp_mmap. + + This module can be compiled only on Blackfin architecture + (with uClinux). + + If unsure, say N. config DAHDI_XPD_FXS tristate "FXS port Support" - depends on DAHDI_XPP + depends on DAHDI_XPP && (DAHDI_XPP_USB || DAHDI_XPP_MMAP) default DAHDI_XPP ---help--- To compile this driver as a module, choose M here: the @@ -33,7 +49,7 @@ config DAHDI_XPD_FXS config DAHDI_XPD_FXO tristate "FXO port Support" - depends on DAHDI_XPP + depends on DAHDI_XPP && (DAHDI_XPP_USB || DAHDI_XPP_MMAP) default DAHDI_XPP ---help--- To compile this driver as a module, choose M here: the @@ -41,14 +57,26 @@ config DAHDI_XPD_FXO If unsure, say Y. +config DAHDI_XPD_BRI + tristate "BRI port Support" + depends on DAHDI_XPP && (DAHDI_XPP_USB || DAHDI_XPP_MMAP) + default DAHDI_XPP + ---help--- + To compile this driver as a module, choose M here: the + module will be called xpd_pri. + + Note: this driver will be automatically excluded + from compilation if dahdi driver does not + contain the "bristuff" patch. + + If unsure, say Y. + config DAHDI_XPD_PRI tristate "PRI port Support" - depends on DAHDI_XPP + depends on DAHDI_XPP && (DAHDI_XPP_USB || DAHDI_XPP_MMAP) default DAHDI_XPP ---help--- To compile this driver as a module, choose M here: the module will be called xpd_pri. If unsure, say Y. - -endif # DAHDI_XPP -- cgit v1.2.3