dahdi-linux/drivers/dahdi/xpp/Kconfig
Shaun Ruffell bf3fe05dfb wct4xxp: Moving the transmit short detection behind debug module param.
This needs some more testing before it's on by default.  If the card is
otherwise functioning, these messages may be confusing to the user.  If
the card is not functioning, the driver can be reloaded with debug to
check for this condition.

Signed-off-by: Shaun Ruffell <sruffell@digium.com>

git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9205 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-08-27 21:59:27 +00:00

83 lines
2.0 KiB
Plaintext

#
# XPP configuration
#
menuconfig DAHDI_XPP
tristate "Xorcom Astribank Support"
depends on DAHDI
default DAHDI
---help---
Infrastructure support for Xorcom Astribank products.
To compile this driver as a module, choose M here: the
module will be called xpp.
If unsure, say Y.
config DAHDI_XPP_USB
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 && (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_fxs.
If unsure, say Y.
config DAHDI_XPD_FXO
tristate "FXO 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_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 && (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.