[backfire] merge r27449
[openwrt-10.03/.git] / package / ifx-vmmc / Config.in
1 menu "Configuration"
2         depends on PACKAGE_kmod-ifx-vmmc
3 choice
4         prompt "device selection"
5         default VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract
6         help
7                 Select the target device.
8
9         config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract
10                 bool "Danube, Twinpass, Vinax - extract binaries"
11
12         config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE
13                 bool "Danube, Twinpass, Vinax"
14
15         config VOICE_CPE_VMMC_WITH_DEVICE_AR9
16                 bool "AR9 family"
17
18         config VOICE_CPE_VMMC_WITH_DEVICE_VR9
19                 bool "VR9 family"
20
21 endchoice
22
23 config VOICE_CPE_VMMC_PMC
24         depends on (VOICE_CPE_VMMC_WITH_DEVICE_AR9 || VOICE_CPE_VMMC_WITH_DEVICE_VR9)
25         bool "Power Management Control support"
26         default n
27         help
28                 Option to enable Power Management Control on AR9, VR9. Not supported for Danube.
29
30 config VOICE_CPE_VMMC_DISABLE_DECT_NIBBLE_SWAP
31         bool "Disable DECT nibble swap"
32         default n
33         help
34                 Option to disable DECT nibble swap for COSIC modem (for backward compatibility only).
35
36 config VOICE_CPE_VMMC_EVENT_LOGGER
37         depends on BROKEN
38         bool "Event logger support"
39         default n
40         help
41                 Option to enable details traces between drv_vmmc and the voice FW
42                 - for debugging only
43                 - requires package ifx-evtlog
44
45 config VOICE_CPE_VMMC_MPS_HISTORY_SIZE
46         int "MPS history buffer in words (0<=size<=512)"
47         default "128"
48         help
49                 MPS history buffer (default=128 words, maximum=512 words, 0=disable)
50                 To opimize the memory footprint in RAM, you might want to set the
51                 buffer size to 0.
52
53 endmenu