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