summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/Kconfig
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-19 13:36:15 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-19 13:36:15 +0000
commit9d886a8e34490fabc3a1e3a0ebba5f8a43a6fd49 (patch)
tree8ac596c49aed7284efdb19c2b97900248436aa44 /drivers/dahdi/xpp/Kconfig
parent55896756afb1dc68c66712885cd310f8a11494e2 (diff)
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
Diffstat (limited to 'drivers/dahdi/xpp/Kconfig')
-rw-r--r--drivers/dahdi/xpp/Kconfig48
1 files changed, 38 insertions, 10 deletions
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