add support for 2.6.37, patches from KanjiMonster
[oweals/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_extract
5         help
6                 Select the target device.
7
8         config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract
9                 bool "Danube, Twinpass, Vinax - extract binaries"
10
11         config VOICE_CPE_VMMC_WITH_DEVICE_DANUBE
12                 bool "Danube, Twinpass, Vinax"
13
14         config VOICE_CPE_VMMC_WITH_DEVICE_AR9
15                 bool "AR9 family"
16
17         config VOICE_CPE_VMMC_WITH_DEVICE_VR9
18                 bool "VR9 family"
19
20 endchoice
21
22 config VOICE_CPE_VMMC_PMC
23         depends on (VOICE_CPE_VMMC_WITH_DEVICE_AR9 || VOICE_CPE_VMMC_WITH_DEVICE_VR9)
24         bool "Power Management Control support"
25         default n
26         help
27                 Option to enable Power Management Control on AR9, VR9. Not supported for Danube.
28
29 config VOICE_CPE_VMMC_DISABLE_DECT_NIBBLE_SWAP
30         bool "Disable DECT nibble swap"
31         depends on PACKAGE_kmod-ltq-vmmc
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         depends on PACKAGE_kmod-ltq-vmmc
40         default n
41         help
42                 Option to enable details traces between drv_vmmc and the voice FW
43                 - for debugging only
44                 - requires package ifx-evtlog
45
46 config VOICE_CPE_VMMC_MPS_HISTORY_SIZE
47         int "MPS history buffer in words (0<=size<=512)"
48         depends on PACKAGE_kmod-ltq-vmmc
49         default "128"
50         help
51                 MPS history buffer (default=128 words, maximum=512 words, 0=disable)
52                 To opimize the memory footprint in RAM, you might want to set the
53                 buffer size to 0.
54