* fixes dsl, ifxos, tapi and vmcc for .37
[openwrt/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 endchoice
18
19 config VOICE_CPE_VMMC_PMC
20 depends on (VOICE_CPE_VMMC_WITH_DEVICE_AR9 || VOICE_CPE_VMMC_WITH_DEVICE_VR9)
21 bool "Power Management Control support"
22 default n
23 help
24 Option to enable Power Management Control on AR9, VR9. Not supported for Danube.
25
26 config VOICE_CPE_VMMC_DISABLE_DECT_NIBBLE_SWAP
27 bool "Disable DECT nibble swap"
28 depends on PACKAGE_kmod-ltq-vmmc
29 default n
30 help
31 Option to disable DECT nibble swap for COSIC modem (for backward compatibility only).
32
33 config VOICE_CPE_VMMC_EVENT_LOGGER
34 depends on BROKEN
35 bool "Event logger support"
36 depends on PACKAGE_kmod-ltq-vmmc
37 default n
38 help
39 Option to enable details traces between drv_vmmc and the voice FW
40 - for debugging only
41 - requires package ifx-evtlog
42
43 config VOICE_CPE_VMMC_MPS_HISTORY_SIZE
44 int "MPS history buffer in words (0<=size<=512)"
45 depends on PACKAGE_kmod-ltq-vmmc
46 default "128"
47 help
48 MPS history buffer (default=128 words, maximum=512 words, 0=disable)
49 To opimize the memory footprint in RAM, you might want to set the
50 buffer size to 0.
51