[ifxmips] adds voip support
[openwrt/svn-archive/archive.git] / package / ifx-vmmc / Config.in
1 choice
2 prompt "device selection"
3 default VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract
4 help
5 Select the target device.
6
7 config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract
8 bool "Danube, Twinpass, Vinax - extract binaries"
9
10 config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE
11 bool "Danube, Twinpass, Vinax"
12
13 config VOICE_CPE_VMMC_WITH_DEVICE_AR9
14 bool "AR9 family"
15
16 config VOICE_CPE_VMMC_WITH_DEVICE_VR9
17 bool "VR9 family"
18
19 endchoice
20
21 config VOICE_CPE_VMMC_PMC
22 depends on (VOICE_CPE_VMMC_WITH_DEVICE_AR9 || VOICE_CPE_VMMC_WITH_DEVICE_VR9)
23 bool "Power Management Control support"
24 default n
25 help
26 Option to enable Power Management Control on AR9, VR9. Not supported for Danube.
27
28 config VOICE_CPE_VMMC_DISABLE_DECT_NIBBLE_SWAP
29 bool "Disable DECT nibble swap"
30 default n
31 help
32 Option to disable DECT nibble swap for COSIC modem (for backward compatibility only).
33
34 config VOICE_CPE_VMMC_EVENT_LOGGER
35 depends on BROKEN
36 bool "Event logger support"
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 default "128"
46 help
47 MPS history buffer (default=128 words, maximum=512 words, 0=disable)
48 To opimize the memory footprint in RAM, you might want to set the
49 buffer size to 0.