summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/Kconfig
blob: fa1d57cd2f2126fd75a02428887ab296f2a185ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# XPP configuration
#

menuconfig DAHDI_XPP
	tristate "Xorcom Astribank Support"
	depends on DAHDI && USB
	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.

if DAHDI_XPP

config DAHDI_XPP_USB
       tristate
       depends on DAHDI_XPP
       default DAHDI_XPP

config DAHDI_XPD_FXS
	tristate "FXS port Support"
	depends on DAHDI_XPP
	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
	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_PRI
	tristate "PRI port Support"
	depends on DAHDI_XPP
	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