0f26cd35886d456cabb9c3ae1fcabe7dc041051a
[openwrt.git] / package / ltq-vmmc / Config.in
1 choice
2         prompt "device selection"
3         depends on PACKAGE_kmod-ltq-vmmc
4         default VOICE_CPE_VMMC_WITH_DEVICE_DANUBE
5         help
6                 Select the target device.
7
8         config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE
9                 bool "Danube, Twinpass, Vinax"
10
11         config VOICE_CPE_VMMC_WITH_DEVICE_AR9
12                 bool "AR9 family"
13
14         config VOICE_CPE_VMMC_WITH_DEVICE_VR9
15                 bool "VR9 family"
16         
17         config VOICE_VMMC_WITH_DEVICE_FALCON
18                 bool "FALC-ON"
19
20 endchoice
21
22 choice
23         depends on PACKAGE_kmod-ltq-vmmc
24         prompt "FXS coefficients"
25         default LTQ_VOICE_CPE_VMMC_COEF_FALCON_ETSI
26         help
27                 Select country specific FXS coefficient file.
28
29         config LTQ_VOICE_CPE_VMMC_COEF_FALCON_ETSI
30                 bool "ETSI_T3R10: Vl:40V, Ic:25mA, Vid:25V, Vri:45Vrms, f:25Hz" 
31                 help
32                   These coefficents contains a parameter set with line impedance Zr according to ETSI.
33
34                   T:   gain in transmit direction (attenuation 3dBr) [dBr]
35                   R:   gain in receive direction (attenuation 10dBr) [dBr]
36                   Vl:  on-hook voltage limit [V]
37                   Ic:  off-hook loop current [mA]
38                   Vid: low-power-standby voltage [V]
39                   Vri: ring voltage [v]
40                   f:   ring frequency [V]
41
42         config LTQ_VOICE_CPE_VMMC_COEF_FALCON_US600R
43                 bool "USA_600R_T3R10: Vl:40V, Ic:25mA, Vid:25V, Vri:45V, f:20Hz"
44                 help
45                   These coefficents contains a parameter set with line impedance e.g. for USA.
46  
47                   T:   gain in transmit direction (attenuation 3dBr) [dBr]
48                   R:   gain in receive direction (attenuation 10dBr) [dBr]
49                   Vl:  on-hook voltage limit [V]
50                   Ic:  off-hook loop current [mA]
51                   Vid: low-power-standby voltage [V]
52                   Vri: ring voltage [v]
53                   f:   ring frequency [V]
54
55         config LTQ_VOICE_CPE_VMMC_COEF_FALCON_USE_CUSTOM_FILE
56                 bool "Select own FXS coefficient file"
57 endchoice
58
59 config VOICE_CPE_VMMC_PMC
60         depends on (VOICE_CPE_VMMC_WITH_DEVICE_AR9 || VOICE_CPE_VMMC_WITH_DEVICE_VR9)
61         bool "Power Management Control support"
62         default n
63         help
64                 Option to enable Power Management Control on AR9, VR9. Not supported for Danube.
65
66 config VOICE_CPE_VMMC_DISABLE_DECT_NIBBLE_SWAP
67         bool "Disable DECT nibble swap"
68         depends on PACKAGE_kmod-ltq-vmmc
69         default n
70         help
71                 Option to disable DECT nibble swap for COSIC modem (for backward compatibility only).
72
73 config VOICE_CPE_VMMC_EVENT_LOGGER
74         depends on BROKEN
75         bool "Event logger support"
76         depends on PACKAGE_kmod-ltq-vmmc
77         default n
78         help
79                 Option to enable details traces between drv_vmmc and the voice FW
80                 - for debugging only
81                 - requires package ifx-evtlog
82
83 config VOICE_CPE_VMMC_MPS_HISTORY_SIZE
84         int "MPS history buffer in words (0<=size<=512)"
85         depends on PACKAGE_kmod-ltq-vmmc
86         default "128"
87         help
88                 MPS history buffer (default=128 words, maximum=512 words, 0=disable)
89                 To opimize the memory footprint in RAM, you might want to set the
90                 buffer size to 0.
91